Factor out the update button into its own small template

For code reuse, you know
This commit is contained in:
Eli Ribble 2016-08-10 16:58:55 -06:00
parent 23ca01f1b1
commit 8d0d8d72b1
3 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,4 @@
<form method="POST" action="/update/">
<input type="hidden" name="account_uuid" value="{{ account.uuid }}"></input>
<input type="submit" value="Update" class="btn btn-primary"></input>
</form>