Skip to content

Commit

Permalink
add media server to story index page
Browse files Browse the repository at this point in the history
  • Loading branch information
dianekaplan committed Oct 22, 2024
1 parent 10a440c commit 68fb49c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mysite/familytree/templates/familytree/story_index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% extends 'familytree/base.html' %}

{% block title %} - stories{% endblock title %}
{% block content %}
{% load static %}

<h1>Family Stories</h1>


{% if branch1_stories and branch1_name.first in accessible_branches %}
<div class="circled_section">
<h2>{{branch1_name.first}} stories</h2>
Expand Down Expand Up @@ -34,6 +33,4 @@ <h2>{{branch4_name.first}} stories</h2>
</div>
{% endif %}



{% endblock content %}

0 comments on commit 68fb49c

Please sign in to comment.