Skip to content

Commit

Permalink
Remove partial footer section
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-jones committed Jun 2, 2018
1 parent 9022a7a commit fa85810
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions suit/templates/admin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ <h2 class="content-title">{{ title }}</h2>
<div class="content">
<div class="tools">
{% block footer_links %}
<a href="http://djangosuit.com/support/" target="_blank" class="icon"><i class="icon-question-sign"></i>Support</a>
<a href="http://djangosuit.com/pricing/" target="_blank" class="icon"><i class="icon-bookmark"></i>Licence</a>
<a href="http://github.com/darklow/django-suit/issues" target="_blank" class="icon"><i class="icon-comment"></i>Report a bug</a>

{% endblock %}
</div>

Expand All @@ -191,15 +189,7 @@ <h2 class="content-title">{{ title }}</h2>
Copyright &copy; 2013-{% now "Y" %} DjangoSuit.com<br>Developed by <a href="http://djangosuit.com" target="_blank">DjangoSuit.com</a>
{% endblock %}
</div>

<div class="branding">{% block footer_branding %}
{% with 'ADMIN_NAME'|suit_conf as admin_name %}
{{ admin_name }}
{% if admin_name == 'Django Suit' %}
v{{ 'VERSION'|suit_conf }}
{% endif %}
{% endwith %}
{% endblock %}</div>

</div>
</div>
{% endif %}
Expand Down

0 comments on commit fa85810

Please sign in to comment.