mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
added 'change csv button on preview page'
This commit is contained in:
@@ -101,9 +101,16 @@
|
|||||||
{% set button_text %}
|
{% set button_text %}
|
||||||
{{ "Schedule" if scheduled_for else 'Send'}}
|
{{ "Schedule" if scheduled_for else 'Send'}}
|
||||||
{% endset %}
|
{% endset %}
|
||||||
{{ usaButton({
|
<div>
|
||||||
"text": button_text,
|
{{ usaButton({
|
||||||
"name": button_text
|
"text": button_text,
|
||||||
}) }}
|
"name": button_text
|
||||||
|
}) }}
|
||||||
|
{{ usaButton({
|
||||||
|
"text": "Change CSV file",
|
||||||
|
"classes": "usa-button--outline",
|
||||||
|
"href": url_for('main.change_csv', service_id=current_service.id, template_id=template_id)
|
||||||
|
}) }}
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user