Added results CRUD and result detailed view
This commit is contained in:
@ -9,10 +9,10 @@
|
||||
<span class="surname">{{ entry.name.surname }}</span>, {{ entry.name.first_name }}
|
||||
</h3>
|
||||
|
||||
<strong class="results-details">Email Address</strong>: {{ entry.email }}
|
||||
<strong class="results-details">Email Address</strong>: {{ entry.email }} <br />
|
||||
|
||||
{% if entry.club %}
|
||||
<strong class="results-details">Club</strong>: {{ entry.club }}
|
||||
<strong class="results-details">Club</strong>: {{ entry.club }} <br />
|
||||
{% endif%}
|
||||
|
||||
{% if entry.status == 'late' %}
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
<ul>
|
||||
{% for tag in tag_output %}
|
||||
<li>{{ tag[0] }}</li>
|
||||
<li>{{ tag }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user