multiple improvements

This commit is contained in:
Michael Save
2012-04-16 20:11:10 +10:00
parent f0412b0814
commit cc614e36b4
6 changed files with 138 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% if mod %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
{% if mod and not hide_dashboard_link %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
</div>
</header>
{{ body }}