mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
minor fixes
This commit is contained in:
parent
3bda5576dd
commit
7a7cc2bfef
@ -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($) {
|
||||||
|
Loading…
Reference in New Issue
Block a user