mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 12:02:26 +03:00
fix issue in my personal configurarion of django-suit admin template
This commit is contained in:
parent
f549b245b1
commit
977dd6e239
|
@ -1,4 +1,4 @@
|
||||||
{% extends "admin/base.html" %}
|
{% raw %}{% extends "admin/base.html" %}
|
||||||
{% load admin_static %}
|
{% load admin_static %}
|
||||||
|
|
||||||
{# Additional <head> content here, some extra meta tags or favicon #}
|
{# Additional <head> content here, some extra meta tags or favicon #}
|
||||||
|
@ -62,3 +62,4 @@
|
||||||
{% block copyright %}
|
{% block copyright %}
|
||||||
Copyrightleft © 2013 <br> Desenvolvido por <a href="http://fabiodev.info" target="_blank">{{cookiecutter.author_name}}</a>
|
Copyrightleft © 2013 <br> Desenvolvido por <a href="http://fabiodev.info" target="_blank">{{cookiecutter.author_name}}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% endraw %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user