mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
{% load render_table from django_tables2 %}
 | 
						|
{% block content %}
 | 
						|
 | 
						|
{% render_table object_list %}
 | 
						|
 | 
						|
<a class="btn btn-primary" href="{% url 'member:club_create' %}">New Club</a>
 | 
						|
{% endblock %}
 |