Bugfix: hude club field when empty
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
                        </div>
 | 
			
		||||
                        {{ entry.get_email() }}
 | 
			
		||||
                    </li>
 | 
			
		||||
                    {% if entry.club %}
 | 
			
		||||
                    {% if entry.get_club() %}
 | 
			
		||||
                        <li class="list-group-item list-group-item-action">
 | 
			
		||||
                            <div class="d-flex w-100 justify-content-between">
 | 
			
		||||
                                <h5 class="mb-1">Club</h5>
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@
 | 
			
		||||
                        </div>
 | 
			
		||||
                        {{ entry.get_email() }}
 | 
			
		||||
                    </li>
 | 
			
		||||
                    {% if entry.club %}
 | 
			
		||||
                    {% if entry.get_club() %}
 | 
			
		||||
                        <li class="list-group-item list-group-item-action">
 | 
			
		||||
                            <div class="d-flex w-100 justify-content-between">
 | 
			
		||||
                                <h5 class="mb-1">Club</h5>
 | 
			
		||||
 
 | 
			
		||||
@@ -40,7 +40,7 @@
 | 
			
		||||
                            {{ entry.get_surname() }}, {{ entry.get_first_name() }}
 | 
			
		||||
                        </td>
 | 
			
		||||
                        <td>
 | 
			
		||||
                            {% if entry.club %}
 | 
			
		||||
                            {% if entry.get_club() %}
 | 
			
		||||
                                {{ entry.get_club() }}
 | 
			
		||||
                            {% endif %}
 | 
			
		||||
                        </td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user