diff options
Diffstat (limited to 'servo/templates/orders/dispatch.html')
-rwxr-xr-x | servo/templates/orders/dispatch.html | 2 |
1 files changed, 1 insertions, 1 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 %} |