[PHRAS-57] Fix default checkbox state that notfify users on new publication

This commit is contained in:
Nicolas Le Goff
2014-04-04 11:14:45 +02:00
parent aa07eba97f
commit b354af8bef

View File

@@ -39,7 +39,7 @@
{% set title = publishing.basket().getName() %} {% set title = publishing.basket().getName() %}
{% set desc = publishing.basket().getDescription() %} {% set desc = publishing.basket().getDescription() %}
{% endif %} {% endif %}
<input class="required_text checkbox" checked="checked" type="checkbox" name="notify" id="feed_add_notify" value="1" /> <input class="required_text checkbox" type="checkbox" name="notify" id="feed_add_notify" value="1" />
<label for="feed_add_notify">{% trans 'Notify users about this publication' %}</label><br/> <label for="feed_add_notify">{% trans 'Notify users about this publication' %}</label><br/>
<label for="feed_add_title">{% trans 'publication : titre' %}</label> <label for="feed_add_title">{% trans 'publication : titre' %}</label>
<input class="required_text" type="text" name="title" id="feed_add_title" value="{{title}}" /> <input class="required_text" type="text" name="title" id="feed_add_title" value="{{title}}" />