From 7a7cc2bfeff2464679c2b804032a548f3a6fc57d Mon Sep 17 00:00:00 2001
From: Pierre-antoine Comby <comby@crans.org>
Date: Thu, 15 Aug 2019 23:12:27 +0200
Subject: [PATCH] minor fixes

---
 apps/member/tables.py           | 1 -
 templates/member/club_list.html | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/apps/member/tables.py b/apps/member/tables.py
index e9000227..5213a3d4 100644
--- a/apps/member/tables.py
+++ b/apps/member/tables.py
@@ -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'}
diff --git a/templates/member/club_list.html b/templates/member/club_list.html
index 88b2489e..f807c25c 100644
--- a/templates/member/club_list.html
+++ b/templates/member/club_list.html
@@ -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($) {
-- 
GitLab