diff --git a/mysite/familytree/templates/familytree/story_index.html b/mysite/familytree/templates/familytree/story_index.html index 8ddbbcc..46c0a5f 100644 --- a/mysite/familytree/templates/familytree/story_index.html +++ b/mysite/familytree/templates/familytree/story_index.html @@ -1,11 +1,10 @@ {% extends 'familytree/base.html' %} + {% block title %} - stories{% endblock title %} {% block content %} -{% load static %}

Family Stories

- {% if branch1_stories and branch1_name.first in accessible_branches %}

{{branch1_name.first}} stories

@@ -34,6 +33,4 @@

{{branch4_name.first}} stories

{% endif %} - - {% endblock content %}