Skip to content

Commit

Permalink
Added attribution to public_base.html.
Browse files Browse the repository at this point in the history
Added missing i18n tag to attribution.html.
  • Loading branch information
joshuajonah committed Jun 10, 2011
1 parent 7daf3a7 commit b546b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helpdesk/templates/helpdesk/attribution.html
@@ -1 +1,2 @@
{% load i18n %}
{% trans "Powered by <a href='https://github.com/rossp/django-helpdesk'>django-helpdesk</a>." %}
2 changes: 1 addition & 1 deletion helpdesk/templates/helpdesk/public_base.html
Expand Up @@ -19,4 +19,4 @@ <h1>{% trans "Helpdesk" %}</h1>
</div>
</div>{% include "helpdesk/debug.html" %}
</body>
</html>
</html>

0 comments on commit b546b0b

Please sign in to comment.