mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
@@ -14,6 +14,14 @@
|
||||
<a class="btn btn-success"
|
||||
href="{% url 'people:organisation.create' %}">New Organisation</a>
|
||||
|
||||
{% with config.ORGANISATION_LIST_HELP as help_text %}
|
||||
{% if help_text %}
|
||||
<div class="alert alert-info mt-3 pb-0">
|
||||
{{ help_text|linebreaks }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
<table class="table table-borderless">
|
||||
<tbody>
|
||||
{% for country, organisations in orgs_by_country.items %}
|
||||
|
||||
@@ -14,6 +14,14 @@
|
||||
<a class="btn btn-success"
|
||||
href="{% url 'people:person.create' %}">New Person</a>
|
||||
|
||||
{% with config.PERSON_LIST_HELP as help_text %}
|
||||
{% if help_text %}
|
||||
<div class="alert alert-info mt-3 pb-0">
|
||||
{{ help_text|linebreaks }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
<table class="table table-borderless">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user