Fix forms not saving
This commit is contained in:
parent
426f857f05
commit
106a087291
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% url "news:collection:rules" as cancel_url %}
|
{% url "news:collection:rules" as cancel_url %}
|
||||||
{% include "components/form/form.html" with form=form title="Update feed" cancel_url=cancel_url confirm_text="Save feed" only %}
|
{% include "components/form/form.html" with form=form title="Update feed" cancel_url=cancel_url confirm_text="Save feed" %}
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue