summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/api.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-03-21 14:50:49 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-03-21 14:50:49 +0100
commit6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b (patch)
tree96040f4ec1af2076abbf157af7b59e193c4fa27f /hyperkitty/templates/api.html
parente5d3e7e34d0b1dddf5d776735edc0173d7061aff (diff)
downloadhyperkitty-6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b.tar.gz
hyperkitty-6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b.tar.xz
hyperkitty-6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b.zip
Use the url tag from future for Django 1.5 compat
Diffstat (limited to 'hyperkitty/templates/api.html')
-rw-r--r--hyperkitty/templates/api.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/templates/api.html b/hyperkitty/templates/api.html
index 422d6a2..537ada2 100644
--- a/hyperkitty/templates/api.html
+++ b/hyperkitty/templates/api.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block content %}
<h2>REST API</h2>