Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Changing submit button copy to "submit"
Browse files Browse the repository at this point in the history
  • Loading branch information
vz3 committed Apr 2, 2015
1 parent 6a333c3 commit 67674a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact_updater/templates/agency_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>{{field.label}}</h3>
<input type="submit" name="download" value="Download">
<input type="submit" name="return" value="Return" />
{% else %}
<input type="submit" value="Finished" />
<input type="submit" value="Submit" />
{% endif %}


Expand Down

0 comments on commit 67674a7

Please sign in to comment.