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 @@
- {% 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 %}