diff options
author | Vadim Zakondyrin <thekondr@gmail.com> | 2016-09-19 14:12:40 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-19 14:12:40 +0600 |
commit | d495bb4a8b51d7bfcf6ca23b88dca02aec8841e0 (patch) | |
tree | 576a741737bc626334efa1b3308244d9ba91baf4 | |
parent | 50d84ecd1954a1927120c4a6d886f2ffbad5672c (diff) | |
parent | 2b972a2ca9b01402c61f83d93b79bf3c00f554c0 (diff) | |
download | omaha-server-d495bb4a8b51d7bfcf6ca23b88dca02aec8841e0.zip omaha-server-d495bb4a8b51d7bfcf6ca23b88dca02aec8841e0.tar.gz omaha-server-d495bb4a8b51d7bfcf6ca23b88dca02aec8841e0.tar.bz2 |
Merge pull request #217 from anmekin/fix/request_page_500
Fix 500 error on the Request Detail page
-rw-r--r-- | omaha_server/omaha/templates/admin/omaha/request_detail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/omaha_server/omaha/templates/admin/omaha/request_detail.html b/omaha_server/omaha/templates/admin/omaha/request_detail.html index 742cf4c..b608655 100644 --- a/omaha_server/omaha/templates/admin/omaha/request_detail.html +++ b/omaha_server/omaha/templates/admin/omaha/request_detail.html @@ -1,7 +1,6 @@ {% extends "admin/base.html" %} {% load suit_tags %} {% load suit_list %} -{% load url from future %} {% load get_item %} {% block title %}Statistics | {{ 'ADMIN_NAME'|suit_conf }}{% endblock %} |