mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	minor fixes
This commit is contained in:
		@@ -3,7 +3,6 @@
 | 
			
		||||
import django_tables2 as tables
 | 
			
		||||
from .models import Club
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ClubTable(tables.Table):
 | 
			
		||||
    class Meta:
 | 
			
		||||
        attrs = {'class':'table table-bordered table-condensed table-striped table-hover'}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,7 @@
 | 
			
		||||
<a class="btn btn-primary" href="{% url 'member:club_create' %}">New Club</a>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% block javascript %}
 | 
			
		||||
{{ block.super }}
 | 
			
		||||
{% block extrajavascript %}
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
 | 
			
		||||
$(document).ready(function($) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user