From 682eeaff203d20e0956284b7c11ff7d7958f7996 Mon Sep 17 00:00:00 2001 From: Daniel Levy <daniell@aptivate.org> Date: Wed, 10 Jun 2015 11:52:16 +0100 Subject: [PATCH] Remove 'load bootstrap' tag --- django/website/templates/registration/logged_out.html | 1 - 1 file changed, 1 deletion(-) diff --git a/django/website/templates/registration/logged_out.html b/django/website/templates/registration/logged_out.html index 2e883607..1d215ef3 100644 --- a/django/website/templates/registration/logged_out.html +++ b/django/website/templates/registration/logged_out.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load i18n %} -{% load bootstrap3 %} {% block content %} -- GitLab