aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-24 16:57:31 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-24 16:57:31 +0100
commita14aa0a0a4b0961d81a1b3b1d8e0e48a2530903f (patch)
tree974d06f1a1e0581dfe3402c67785bf6552fef8cf
parentf845b310778e693cc85ca763bb1f9a6b892acbc4 (diff)
change an h3 to an h4!
-rw-r--r--ctrack/organisations/templates/organisations/organisation_detail.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html
index c4bae23..02c7ab0 100644
--- a/ctrack/organisations/templates/organisations/organisation_detail.html
+++ b/ctrack/organisations/templates/organisations/organisation_detail.html
@@ -11,11 +11,11 @@
<div class="row" id="organisation-title">
<div class="col-12">
{% if object.oes %}
- <h4>{{ object.name }} | <span class="text-muted">{{ object.submode }}</span> <span
- class="badge badge-success float-right">OES</span></h4>
+ <h3>{{ object.name }} | <span class="text-muted">{{ object.submode }}</span> <span
+ class="badge badge-success float-right">OES</span></h3>
{% else %}
- <h4>{{ object.name }} | <span class="text-muted">{{ object.submode }}</span> <span
- class="badge badge-secondary float-right">NOT OES</span></h4>
+ <h3>{{ object.name }} | <span class="text-muted">{{ object.submode }}</span> <span
+ class="badge badge-secondary float-right">NOT OES</span></h3>
{% endif %}
</div>
</div>