mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
{% load static %}
 | 
						|
{% block content %}
 | 
						|
<p><a class="btn btn-default" href="{% url 'member:club_list' %}">Clubs</a></p>
 | 
						|
<h5>{{ object.name }}</h5>
 | 
						|
{% endblock %}
 |