Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
</div>
</div>
- {% if page and not page.is_watched_by(current_user) %}
- <div class="block">
+ {% if not page or not page.is_watched_by(current_user) %}
+ <div class="field">
<div class="control">
- <label class="checkbox" for="watch">{{ _("Watch this page") }}</label>
- <input type="checkbox" name="watch" id="watch" checked>
+ <label class="checkbox">
+ <input type="checkbox" name="watch" checked>
+ {{ _("Watch this page") }}
</label>
</div>
- <small class="form-text text-muted">
+ <p class="help">
{{_("Get notified when this page is changed") }}
- </small>
+ </p>
</div>
{% end %}