url
Closed this issue · 1 comments
nordbit commented
Generated urls are in format:
{% url post-delete post.id %}
should be:
{% url 'post-delete' post.id %}
maciej-jaworski commented
This has been fixed.
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.