mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-17 19:42: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) #}
|
||||
{% 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 %}
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user