aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpki/gui/app/templates/base.html1
-rw-r--r--rpki/gui/app/templates/registration/login.html1
-rw-r--r--rpki/gui/app/templates/registration/password_reset_complete.html1
3 files changed, 0 insertions, 3 deletions
diff --git a/rpki/gui/app/templates/base.html b/rpki/gui/app/templates/base.html
index 08d0c112..338f5b64 100644
--- a/rpki/gui/app/templates/base.html
+++ b/rpki/gui/app/templates/base.html
@@ -1,4 +1,3 @@
-{% load url from future %}
{% load app_extras %}
<!DOCTYPE HTML>
diff --git a/rpki/gui/app/templates/registration/login.html b/rpki/gui/app/templates/registration/login.html
index 18b66b55..5d0482a3 100644
--- a/rpki/gui/app/templates/registration/login.html
+++ b/rpki/gui/app/templates/registration/login.html
@@ -1,5 +1,4 @@
{% extends "base.html" %}
-{% load url from future %}
{% block content %}
<div class="page-header">
diff --git a/rpki/gui/app/templates/registration/password_reset_complete.html b/rpki/gui/app/templates/registration/password_reset_complete.html
index d60c6b09..626139c7 100644
--- a/rpki/gui/app/templates/registration/password_reset_complete.html
+++ b/rpki/gui/app/templates/registration/password_reset_complete.html
@@ -1,5 +1,4 @@
{% extends "app/app_base.html" %}
-{% load url from future %}
{% block content %}
<p>Your password has been set. You may go ahead and log in now.</p>