Add some extra metadata to notifications

This commit is contained in:
Trever Fischer
2012-06-08 14:54:00 -04:00
parent f99949cb7b
commit cad9da3446
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1 @@
{% load i18n %}{% if notice_url %}<a href="{{notice_url}}">{%endif%}{% blocktrans %}{{ notice }}{%endblocktrans%}{% if notice_description %}: {{ notice_description }}{% endif %}{%if notice_url %}</a>{%endif %}