mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix latest merge
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
{% set desc = publishing.basket().getDescription() %}
|
||||
{% endif %}
|
||||
<br />
|
||||
{% if app["phraseanet.registry"].get("GV_enable_feed_notification") %}
|
||||
{% if app['conf'].get(['registry', 'actions', 'enable-feed-notification']) %}
|
||||
<label class="checkbox">
|
||||
<input class="required_text checkbox" type="checkbox" name="notify" id="feed_add_notify" value="1" style="min-height: 0; height: auto" />
|
||||
<i class="icon icon-envelope"></i> {{ 'Notify users about this publication' | trans }}
|
||||
|
Reference in New Issue
Block a user