Use url templatetag to load posting urls

This commit is contained in:
Mouse Reeve
2021-10-14 15:56:34 -07:00
parent d5b247b905
commit 1f6f543847
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ reply_parent: the Status object this post will be in reply to, if applicable
<form
class="is-flex-grow-1{% if not no_script %} submit-status{% endif %}"
name="{{ type }}"
action="/post/{{ type }}"
action="{% url "create-status" type %}"
method="post"
id="form_{{ type }}_{{ book.id }}{{ reply_parent.id }}"
>