euscanwww: Added category description, overlay description, homepage and path

Minor changes:
- Fixed broken tests (alive field was still there)
- Added plural to Category model

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2013-01-26 10:27:02 +01:00
parent b41ffe3609
commit 12b504961d
7 changed files with 429 additions and 12 deletions

View File

@ -29,6 +29,8 @@
{% endif %}
</h2>
<p><em>{{ category.description }}</em></p>
{% packages packages %}
<h3>Statistics</h3>

View File

@ -19,6 +19,9 @@
</h2>
<p><em>{{ overlay.description }}</em></p>
<p><a target="_blank" href="{{ overlay.homepage }}">Homepage</a></p>
{% packages packages %}
<script src="{{ STATIC_URL }}js/favourite.js" type="text/javascript"></script>