fix issue in personal django-suit template

This commit is contained in:
Fábio C. Barrioneuvo da Luz 2013-11-11 16:31:49 -03:00
parent 977dd6e239
commit 9d348a3549

View File

@ -60,6 +60,6 @@
{# Footer copyright (right side) #}
{% block copyright %}
Copyrightleft &copy; 2013 <br> Desenvolvido por <a href="http://fabiodev.info" target="_blank">{{cookiecutter.author_name}}</a>
Copyrightleft &copy; 2013 <br> Desenvolvido por <a href="http://fabiodev.info" target="_blank">{% endraw %}{{cookiecutter.author_name}}{% raw %}</a>
{% endblock %}
{% endraw %}