@@ -2,7 +2,7 @@
<title>MovieLib</title>
<body>
<h1>Your Movie list</h1>
- <form method="POST">
+ <form method="POST" action="/">
<input name="movie-title" id="input-new-movie" placeholder="Enter a movie title" />
{% csrf_token %}
</form>