diff options
author | 2013-01-26 10:27:02 +0100 | |
---|---|---|
committer | 2013-01-26 10:27:02 +0100 | |
commit | 4f0c1b39962836efb67fe46713f549ad3930fc33 (patch) | |
tree | ba1a68f0ef37b4417bd7dd5bf231fd4ffbe656e1 /euscanwww/djeuscan/templates/euscan/overlay.html | |
parent | euscanwww: PEP8 fixes (diff) | |
download | euscan-4f0c1b39962836efb67fe46713f549ad3930fc33.tar.gz euscan-4f0c1b39962836efb67fe46713f549ad3930fc33.tar.bz2 euscan-4f0c1b39962836efb67fe46713f549ad3930fc33.zip |
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>
Diffstat (limited to 'euscanwww/djeuscan/templates/euscan/overlay.html')
-rw-r--r-- | euscanwww/djeuscan/templates/euscan/overlay.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/euscanwww/djeuscan/templates/euscan/overlay.html b/euscanwww/djeuscan/templates/euscan/overlay.html index cf67f4d..394729f 100644 --- a/euscanwww/djeuscan/templates/euscan/overlay.html +++ b/euscanwww/djeuscan/templates/euscan/overlay.html @@ -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> |