apostrophe
Version:
Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.
17 lines (12 loc) • 478 B
HTML
{% extends "slideshowEditor.html" %}
{% block modalClass %}
{{super()}} apos-files-editor apos-slideshow-editor apos-ui-modal-no-sidebar
{% endblock %}
{% block modalLabel %}
{{ __('Edit File(s)') }}
{% endblock %}
{% block modalInstructions %}
<p>{{ __('Choose PDF, Office, .txt or .rtf files. Drag them into the order you prefer. <br />
You can also drag files from your computer into the dashed area below.') }}</p>
{% endblock %}
{% block hyperlink %}{% endblock %}