mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: Add heading to all pages
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>New Activity</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<form class="form"
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>{{ activity.name }}</h1>
|
||||
|
||||
{% if user_is_attending %}
|
||||
<button class="btn btn-danger"
|
||||
onclick="clickCancelAttend();">
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>Activities</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<a class="btn btn-success"
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>{{ activity_series.name }}</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<dl>
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>Activity Series</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<table class="table table-borderless">
|
||||
|
||||
Reference in New Issue
Block a user