Added new option to the web theme app, 'WEB_THEME_VERBOSE_LOGIN' that display a more information on the login screen (version, copyright, logos)

This commit is contained in:
Roberto Rosario
2011-07-02 03:31:32 -04:00
parent a130a2bb31
commit 2ac21bd032
6 changed files with 67 additions and 21 deletions

View File

@@ -45,5 +45,9 @@
</div>
</div>
</div>
{% get_web_theme_setting "VERBOSE_LOGIN" as verbose_login %}
{% if verbose_login %}
{% include "verbose_login.html" %}
{% endif %}
{% endblock %}
{% endif %}