Bugfix: hude club field when empty

This commit is contained in:
2022-08-11 11:41:57 +01:00
parent 26a6248a61
commit d140f93d25
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
<strong class="results-details">Email Address</strong>: {{ entry.get_email() }} <br />
{% if entry.club %}
{% if entry.get_club() %}
<strong class="results-details">Club</strong>: {{ entry.get_club() }} <br />
{% endif%}