From 68fb49c7475094ce2f41d184e82884d666ff5b9b Mon Sep 17 00:00:00 2001 From: Diane Kaplan Date: Tue, 22 Oct 2024 14:24:43 -0400 Subject: [PATCH] add media server to story index page --- mysite/familytree/templates/familytree/story_index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 %}