diff --git a/films/templates/films/base_films.html b/films/templates/films/base_films.html index fe3f4823..ba1b2e60 100644 --- a/films/templates/films/base_films.html +++ b/films/templates/films/base_films.html @@ -14,20 +14,13 @@ - - Home - - {{ film.title }} + {{ film.title }} + Content Gallery - {% for flatpage in film.flatpages.all %} - - {{ flatpage.title|title }} - - {% endfor %} {% if film.show_production_logs_nav_link %} Production Logs @@ -38,6 +31,11 @@ {% endif %} {% endif %} + {% for flatpage in film.flatpages.all %} + + {{ flatpage.title|title }} + + {% endfor %} {% if user_has_production_credit or credit %}