diff --git a/templates/watchlist/movie_detail.html b/templates/watchlist/movie_detail.html index a45a083..e208b07 100644 --- a/templates/watchlist/movie_detail.html +++ b/templates/watchlist/movie_detail.html @@ -1,9 +1,9 @@ {% extends 'base.html' %} {% block content %}
-

{{ movie.name }}

+

{{ movie.name }}

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

- {% if request.user.is_staff or movie.suggested_by == request.user %}
Edit
{% endif %} +
{% 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...