Przeglądaj źródła

More url cleanup

Colin Powell 2 lat temu
rodzic
commit
e5acedbb01
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vrobbler/templates/base.html

+ 1 - 1
vrobbler/templates/base.html

@@ -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>