More url cleanup

This commit is contained in:
2023-03-11 19:59:07 -05:00
parent b01ceebbf3
commit e5acedbb01

View File

@ -181,7 +181,7 @@
</button>
{% if user.is_authenticated %}
<form id="scrobble-form" action="{% url 'scrobbles:imdb-manual-scrobble' %}" method="post">
<form id="scrobble-form" action="{% url 'scrobbles:lookup-manual-scrobble' %}" method="post">
{% csrf_token %}
{{ imdb_form }}
</form>