diff options
Diffstat (limited to 'hyperkitty/templates/api.html')
-rw-r--r-- | hyperkitty/templates/api.html | 1 |
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> |