I am getting a TemplateSyntaxError, that is only happening on my dev server, but works fine on the django testing server locally.
Here's my all code: https://github.com/halitalptekin/HDBlog
This error code:
TemplateSyntaxError at /iletisim/
Could not parse the remainder: '-post-contact-form' from 'contactme-post-contact-form'
In template /home/templates/hdbootstrap/django_contactme/form.html, error at line 41
Here's line 41
<form id="CF" action="{% url contactme-post-contact-form %}" method="post">{% csrf_token %}