Grey out None when email reply to not set

This is consistent with how we differentiate other ‘unset’ values on the
settings page.
This commit is contained in:
Chris Hill-Scott
2017-09-28 10:42:03 +01:00
parent f9390b4fc5
commit 8fb55ffa78
3 changed files with 26 additions and 5 deletions
+2 -1
View File
@@ -45,7 +45,8 @@
{% call row() %}
{{ text_field('Email reply to address') }}
{% call field() %}
{% call field(status='default' if default_reply_to_email_address == "None" else '') %}
{{ default_reply_to_email_address }}
{% if reply_to_email_address_count > 1 %}
<div class="hint">