mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 12:02:26 +03:00
fix issue in personal django-suit template
This commit is contained in:
parent
977dd6e239
commit
9d348a3549
|
@ -60,6 +60,6 @@
|
||||||
|
|
||||||
{# Footer copyright (right side) #}
|
{# Footer copyright (right side) #}
|
||||||
{% 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">{% endraw %}{{cookiecutter.author_name}}{% raw %}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user