Explorar o código

More url cleanup

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
e5acedbb01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>