vanth/templates/update_button.html
2016-08-10 16:58:55 -06:00

4 lines
197 B
HTML

<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>