Colin Powell пре 2 година
родитељ
комит
e5acedbb01
1 измењених фајлова са 1 додато и 1 уклоњено
  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>