mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-17 19:42: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 %}
|
||||
|
||||
{# Additional <head> content here, some extra meta tags or favicon #}
|
||||
|
@ -62,3 +62,4 @@
|
|||
{% block copyright %}
|
||||
Copyrightleft © 2013 <br> Desenvolvido por <a href="http://fabiodev.info" target="_blank">{{cookiecutter.author_name}}</a>
|
||||
{% endblock %}
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user