From c5236aa8913839f942fae418b8a9c274032197b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sat, 2 Apr 2016 21:16:46 +0200 Subject: [PATCH] Update django-bootstrap3 and use the bootstrap_javascript. --- bornhack/templates/base.html | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index ee00539e..d211dc71 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -56,6 +56,6 @@ {% bootstrap_messages %} {% block content %}{% endblock %} -