diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-06-07 20:22:06 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-06-07 20:22:06 +0000 |
commit | 981fed853029f7620783455bef70726c557369a4 (patch) | |
tree | a3695f6a1ef6c013524eb541ccd818d6fcc0b1c1 /rpkid | |
parent | e06b60ad0fac67e646593a573356f4c56e9750fb (diff) |
use {% load url from future %} to support older versions of django prior to the syntax change
see #528
svn path=/trunk/; revision=5381
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/conf_empty.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/conf_empty.html b/rpkid/rpki/gui/app/templates/app/conf_empty.html index f3f5d91d..efe06f14 100644 --- a/rpkid/rpki/gui/app/templates/app/conf_empty.html +++ b/rpkid/rpki/gui/app/templates/app/conf_empty.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load url from future %} {% block content %} |