From f277fb7173913c387ef976057c4babe56eac6eb0 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 2 Apr 2013 01:33:18 +0100 Subject: [PATCH] Fix chain details switches. --- app/stores/templates/stores/chain_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stores/templates/stores/chain_detail.html b/app/stores/templates/stores/chain_detail.html index 099b24e..8fed5d5 100644 --- a/app/stores/templates/stores/chain_detail.html +++ b/app/stores/templates/stores/chain_detail.html @@ -36,7 +36,7 @@
{% if user.is_authenticated or not store.editor or user.is_superuser %}

- {% switch claim_support %}{% if not chain.editor %}Claim Chain{% endif %}{% switchflag %} + {% switch claim_support %}{% if not chain.editor %}Claim Chain{% endif %}{% endswitch %} {% if is_editor %}Edit Chain{% endif %} {% if user.is_superuser %}Edit in Admin{% endif %}