Created
October 24, 2018 21:55
-
-
Save DeMarko/535e9ef9701b2f39d25c6e470cb23137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app_admin/simple_contacts/sites/admin/templates/orders/detail.j2 b/app_admin/simple_contacts/sites/admin/templates/orders/detail.j2 | |
index dfbff27a1..3eba8e178 100644 | |
--- a/app_admin/simple_contacts/sites/admin/templates/orders/detail.j2 | |
+++ b/app_admin/simple_contacts/sites/admin/templates/orders/detail.j2 | |
@@ -1,5 +1,6 @@ | |
{% import "macros.j2" as macros %} | |
{% extends "base.j2" %} | |
+{% block title %}Order {{ order.order_no }}{% endblock %} | |
{% block content %} | |
{% include "orders/modal-send-shipping-confirmation.j2" %} | |
{% include "orders/modal-edit.j2" %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment