Skip to content

Instantly share code, notes, and snippets.

@DeMarko
Created October 24, 2018 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeMarko/535e9ef9701b2f39d25c6e470cb23137 to your computer and use it in GitHub Desktop.
Save DeMarko/535e9ef9701b2f39d25c6e470cb23137 to your computer and use it in GitHub Desktop.
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