diff options
Diffstat (limited to 'servo/templates/orders')
-rwxr-xr-x | servo/templates/orders/dispatch.html | 2 | ||||
-rwxr-xr-x | servo/templates/orders/gsx_repair_form.html | 2 | ||||
-rwxr-xr-x | servo/templates/orders/list.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/servo/templates/orders/dispatch.html b/servo/templates/orders/dispatch.html index 8802dca..ad65311 100755 --- a/servo/templates/orders/dispatch.html +++ b/servo/templates/orders/dispatch.html @@ -1,5 +1,5 @@ {% extends "orders/edit.html" %} -{% load staticfiles %} +{% load static %} {% load servo_tags %} {% load i18n %} diff --git a/servo/templates/orders/gsx_repair_form.html b/servo/templates/orders/gsx_repair_form.html index aa1daf1..68dda21 100755 --- a/servo/templates/orders/gsx_repair_form.html +++ b/servo/templates/orders/gsx_repair_form.html @@ -1,5 +1,5 @@ {% extends "default.html" %} -{% load staticfiles %} +{% load static %} {% load servo_tags %} {% load i18n %} diff --git a/servo/templates/orders/list.html b/servo/templates/orders/list.html index 2e5347b..d053925 100755 --- a/servo/templates/orders/list.html +++ b/servo/templates/orders/list.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% load servo_tags %} {% load humanize %} {% load cache %} |