TemplateSyntaxErrorが発生します。これは、開発サーバーでのみ発生しますが、ローカルのdjangoテストサーバーでは正常に機能します。
これが私のすべてのコードです:https ://github.com/halitalptekin/HDBlog
このエラーコード:
TemplateSyntaxError at /iletisim/
Could not parse the remainder: '-post-contact-form' from 'contactme-post-contact-form'
テンプレート/home/templates/hdbootstrap/django_contactme/form.htmlで、41行目でエラーが発生しました
これが41行目です
<form id="CF" action="{% url contactme-post-contact-form %}" method="post">{% csrf_token %}