Tivix/django-common

url

Closed this issue · 1 comments

Generated urls are in format:
{% url post-delete post.id %}

should be:
{% url 'post-delete' post.id %}

This has been fixed.