summaryrefslogtreecommitdiffstats
path: root/templates/public
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/download.html1
-rw-r--r--templates/public/index.html1
-rw-r--r--templates/public/keys.html1
3 files changed, 0 insertions, 3 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index c68cf66..7936efb 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load cache %}
-{% load url from future %}
{% load static from staticfiles %}
{% load flags %}
diff --git a/templates/public/index.html b/templates/public/index.html
index dad6a05..abdb027 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load cache %}
-{% load url from future %}
{% load static from staticfiles %}
{% block head %}
diff --git a/templates/public/keys.html b/templates/public/keys.html
index ad2dd19..91b5307 100644
--- a/templates/public/keys.html
+++ b/templates/public/keys.html
@@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load static from staticfiles %}
-{% load url from future %}
{% load pgp %}
{% block title %}Arch Linux - Master Signing Keys{% endblock %}