[extensions-web] extensions: Add the description to ajax_details_view



commit 8e0c31183239ff96be871c1e71dfd04c4a8feea9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Mar 28 17:36:35 2012 -0400

    extensions: Add the description to ajax_details_view

 sweettooth/extensions/views.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/extensions/views.py b/sweettooth/extensions/views.py
index 396d958..46420df 100644
--- a/sweettooth/extensions/views.py
+++ b/sweettooth/extensions/views.py
@@ -337,6 +337,7 @@ def ajax_details(extension):
     return dict(uuid = extension.uuid,
                 name = extension.name,
                 creator = extension.creator.username,
+                description = extension.description,
                 link = reverse('extensions-detail', kwargs=dict(pk=extension.pk)),
                 icon = extension.icon.url,
                 shell_version_map = extension.visible_shell_version_map_json)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]