{% extends "editors/base.html" %} {% block breadcrumbs %} {{ editors_breadcrumbs(items=[(None, _('Message of the Day'))]) }} {% endblock %} {% block content %}
{% if form %}
{{ csrf() }}

{{ _('Update message of the day') }}

{{ form.errors.motd }} {{ form.motd }}
{% endif %}
{% endblock %}