mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Unit tests for API pages, closes #83
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
This commit is contained in:
		@@ -61,10 +61,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
                    <dd class="col-xl-6">{{ club.note.balance | pretty_money }}</dd>
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
 | 
			
		||||
                    {% if "note.change_alias"|has_perm:club.note.alias_set.first %}
 | 
			
		||||
                    {% if "note.change_alias"|has_perm:club.note.alias.first %}
 | 
			
		||||
                    <dt class="col-xl-4"><a
 | 
			
		||||
                            href="{% url 'member:club_alias' club.pk %}">{% trans 'aliases'|capfirst %}</a></dt>
 | 
			
		||||
                    <dd class="col-xl-8 text-truncate">{{ club.note.alias_set.all|join:", " }}</dd>
 | 
			
		||||
                    <dd class="col-xl-8 text-truncate">{{ club.note.alias.all|join:", " }}</dd>
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
 | 
			
		||||
                    <dt class="col-xl-4">{% trans 'email'|capfirst %}</dt>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user