diff --git a/templates/watchlist/movie_detail.html b/templates/watchlist/movie_detail.html index c0dce73..8883d69 100644 --- a/templates/watchlist/movie_detail.html +++ b/templates/watchlist/movie_detail.html @@ -3,7 +3,7 @@

{{ movie.name }}

Suggested by: {{movie.suggested_by.username}}

-
{% if request.user.is_staff or movie.suggested_by == request.user %}Edit{% endif %}IMDBČSFD
+
{% if request.user.is_staff or movie.suggested_by == request.user %}Edit{% endif %}IMDBČSFD

Votes

{% if votes|length == 0 %}

Nobody voted yet, be first...