fix: Add heading to all pages

This commit is contained in:
James Graham
2020-04-02 18:35:24 +01:00
parent c7a6c72219
commit eea4342455
14 changed files with 29 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
</ol>
</nav>
<h1>New Activity</h1>
<hr>
<form class="form"

View File

@@ -10,6 +10,8 @@
</ol>
</nav>
<h1>{{ activity.name }}</h1>
{% if user_is_attending %}
<button class="btn btn-danger"
onclick="clickCancelAttend();">

View File

@@ -7,6 +7,8 @@
</ol>
</nav>
<h1>Activities</h1>
<hr>
<a class="btn btn-success"

View File

@@ -10,6 +10,8 @@
</ol>
</nav>
<h1>{{ activity_series.name }}</h1>
<hr>
<dl>

View File

@@ -7,6 +7,8 @@
</ol>
</nav>
<h1>Activity Series</h1>
<hr>
<table class="table table-borderless">