fix issue in my personal configurarion of django-suit admin template

This commit is contained in:
Fábio C. Barrioneuvo da Luz 2013-11-11 16:25:06 -03:00
parent f549b245b1
commit 977dd6e239

View File

@ -1,4 +1,4 @@
{% extends "admin/base.html" %}
{% raw %}{% extends "admin/base.html" %}
{% load admin_static %}
{# Additional <head> content here, some extra meta tags or favicon #}
@ -62,3 +62,4 @@
{% block copyright %}
Copyrightleft &copy; 2013 <br> Desenvolvido por <a href="http://fabiodev.info" target="_blank">{{cookiecutter.author_name}}</a>
{% endblock %}
{% endraw %}