{% extends "base.html" %} {% block body %}

« {{ gettext('Back to admin interface') }}

{{ gettext('Instance Configuration') }}

{{ gettext('Alerts') }}

{{ gettext('Send an encrypted email to verify if OSSEC alerts work correctly:') }}

{{ gettext('SEND TEST OSSEC ALERT') }}


{{ gettext('Logo Image') }}

{{ gettext('Here you can update the image displayed on the SecureDrop web interfaces:') }}

{{ logo_form.logo(id="logo-upload") }}

{{ gettext('Recommended size: 500px * 450px') }}
{% include 'logo_upload_flashed.html' %}

{{ gettext('Submission Preferences') }}

{{ submission_preferences_form.prevent_document_uploads() }}

{% include 'submission_preferences_saved_flash.html' %}
{% endblock %}