Pārlūkot izejas kodu

More url cleanup

Colin Powell 2 gadi atpakaļ
vecāks
revīzija
e5acedbb01
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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>