mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Fixed bug where delete subscription didn't work properly.
This commit is contained in:
parent
0ee5f0ccec
commit
ce645b98a3
@ -6,7 +6,7 @@
|
|||||||
{% endblock modal_title %}
|
{% endblock modal_title %}
|
||||||
|
|
||||||
{% block modal_content %}
|
{% block modal_content %}
|
||||||
<form action="{% url 'modal_delete_folder' object.id %}" method="post">
|
<form action="{% url 'modal_delete_subscription' object.id %}" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user