Issue #56, Remove the MAIN_VERBOSE_LOGIN configuration option
This commit is contained in:
@@ -66,10 +66,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% get_web_theme_setting "VERBOSE_LOGIN" as verbose_login %}
|
||||
{% if verbose_login %}
|
||||
{% include 'main/verbose_login.html' %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% load version_tags %}
|
||||
|
||||
<p>{% trans 'Version' %} {% app_version 'mayan' %}</p>
|
||||
|
||||
<p>{% trans 'Copyright © 2011 Roberto Rosario.' %}</p>
|
||||
|
||||
{% include 'main/project_description.html' %}
|
||||
|
||||
Reference in New Issue
Block a user