mirror of https://gitlab.crans.org/bde/nk20
minor fixes
This commit is contained in:
parent
3bda5576dd
commit
7a7cc2bfef
|
@ -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($) {
|
||||
|
|
Loading…
Reference in New Issue