From 19d0f5dfa079f3da4c63a179289c503ee829729d Mon Sep 17 00:00:00 2001
From: Andrew Donnellan
- {% ifequal order.name "name" %}
+ {% if order.name == "name" %}
@@ -84,7 +84,7 @@ $(document).ready(function() {
{% else %}
Patch
{% endif %}
- {% endifequal %}
+ {% endif %}
@@ -100,7 +100,7 @@ $(document).ready(function() {
- {% ifequal order.name "date" %}
+ {% if order.name == "date" %}
@@ -113,11 +113,11 @@ $(document).ready(function() {
{% else %}
Date
{% endif %}
- {% endifequal %}
+ {% endif %}
- {% ifequal order.name "submitter" %}
+ {% if order.name == "submitter" %}
@@ -132,11 +132,11 @@ $(document).ready(function() {
{% else %}
Submitter
{% endif %}
- {% endifequal %}
+ {% endif %}
- {% ifequal order.name "delegate" %}
+ {% if order.name == "delegate" %}
@@ -149,11 +149,11 @@ $(document).ready(function() {
{% else %}
Delegate
{% endif %}
- {% endifequal %}
+ {% endif %}
- {% ifequal order.name "state" %}
+ {% if order.name == "state" %}
@@ -166,7 +166,7 @@ $(document).ready(function() {
{% else %}
State
{% endif %}
- {% endifequal %}
+ {% endif %}
diff --git a/patchwork/templates/patchwork/profile.html b/patchwork/templates/patchwork/profile.html
index 4ca78da..4a4b558 100644
--- a/patchwork/templates/patchwork/profile.html
+++ b/patchwork/templates/patchwork/profile.html
@@ -55,13 +55,13 @@ address.