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
 | 
					import django_tables2 as tables
 | 
				
			||||||
from .models import Club
 | 
					from .models import Club
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
class ClubTable(tables.Table):
 | 
					class ClubTable(tables.Table):
 | 
				
			||||||
    class Meta:
 | 
					    class Meta:
 | 
				
			||||||
        attrs = {'class':'table table-bordered table-condensed table-striped table-hover'}
 | 
					        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>
 | 
					<a class="btn btn-primary" href="{% url 'member:club_create' %}">New Club</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
{% block javascript %}
 | 
					{% block extrajavascript %}
 | 
				
			||||||
{{ block.super }}
 | 
					 | 
				
			||||||
<script type="text/javascript">
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(document).ready(function($) {
 | 
					$(document).ready(function($) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user