Skip to content

Commit

Permalink
clean up headers on meetings status page
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondberg committed Apr 6, 2024
1 parent 5ffcfb6 commit 5927b80
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions chipy_org/apps/meetings/templates/meetings/meetings_status.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{% extends "shiny/slim.html" %}
{% load static thumbnail %}
{% block page_header %}UPCOMING MEETINGS{% endblock %}
{% block page_header %}__MAIN__ Meeting Dashboard{% endblock %}

{% block body %}
<div class="row">
<div>
<strong>See Also: </strong>
<a class="btn btn-danger mx-2" href="{% url 'past_meetings' %}">Past Meetings</a>
<a class="btn btn-primary mx-2" href="{% url 'past_topics' %}">All Recent Topics</a>
</div>
</div>

<hr>
{% for meeting in meeting_list %}
<div>
<h4>
Expand Down

0 comments on commit 5927b80

Please sign in to comment.