mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: Add heading to all pages
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>Network View</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<form class="form"
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>New Person</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<form class="form"
|
||||
|
||||
@@ -10,7 +10,9 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>{{ person }}</h1>
|
||||
<h1>{{ person.name }}</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<dl>
|
||||
{% if person.gender %}
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>People</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
{% if request.user.is_staff %}
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>{{ person.name }}</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<form class="form"
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>New Relationship</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<form class="form"
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>Relationship</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="row align-content-center align-items-center">
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>Update Relationship</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<form class="form"
|
||||
|
||||
Reference in New Issue
Block a user