Skip to content

Commit

Permalink
use summary instead of description (bug 561445)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed Apr 23, 2010
1 parent 114ac35 commit d0aa9d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/addons/tasks.py
@@ -0,0 +1 @@
from . import cron
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/listing/items.html
Expand Up @@ -8,7 +8,7 @@
{{ item_info(addon, amo) }}
</div>
<blockquote>
<div>{{ addon.description|truncate(250)|nl2br }}</div>
<div>{{ addon.summary|truncate(250)|nl2br }}</div>
{{ support_addon(addon) }}
</blockquote>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/listing/items_compact.html
Expand Up @@ -7,7 +7,7 @@
{{ install_button(addon) }}
{{ heading(addon) }}
<blockquote>
<div>{{ addon.description|truncate(250)|nl2br }}</div>
<div>{{ addon.summary|truncate(250)|nl2br }}</div>
</blockquote>
<div class="meta">
{{ item_info(addon, amo) }}
Expand Down

0 comments on commit d0aa9d2

Please sign in to comment.