From 981855ad27c331a03dbfcec24bd6b49c30681c94 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 9 Nov 2015 15:35:26 +0200 Subject: Remove username from profile page URLs --- servo/templates/accounts/orders.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'servo/templates/accounts/orders.html') diff --git a/servo/templates/accounts/orders.html b/servo/templates/accounts/orders.html index 8420ad8..c26e07d 100755 --- a/servo/templates/accounts/orders.html +++ b/servo/templates/accounts/orders.html @@ -23,7 +23,7 @@
- {% include "accounts/tabs.html" %} + {% include "accounts/tabs.html" %}
@@ -32,15 +32,15 @@
- {% for field in form %} + {% for field in form %}
{{ field }}
- {% endfor %} + {% endfor %}


-- cgit v1.2.3