Skip to content
Snippets Groups Projects
Unverified Commit 38a045c9 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2499 from HyphaApp/fix/gh-2487-determination-button

Change Send/Save button to Submit for Determination
parents 1e5f6f56 382b395e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
{% if form.draft_button_name %}
<button class="button button--submit button--top-space button--white" type="submit" name="{{ form.draft_button_name }}" formnovalidate>Save Draft</button>
{% endif %}
<button class="button button--submit button--top-space button--primary" type="submit" name="submit">Send/Save</button>
<button class="button button--submit button--top-space button--primary" type="submit" name="submit">Submit</button>
{% endblock %}
</form>
{% for type, message in message_templates.items %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment