Colin Powell před 2 roky
rodič
revize
e5acedbb01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>