user can update profile

This commit is contained in:
dandds
2018-10-15 15:30:15 -04:00
parent ec7504fb20
commit f3c3332127
4 changed files with 45 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
{% from "components/options_input.html" import OptionsInput %}
{% from "components/date_input.html" import DateInput %}
<form action='{{ form_action }}'>
<form method="POST" action='{{ form_action }}'>
{{ form.csrf_token }}
<div class='panel'>
<div class='panel__content'>
<div class='form-row'>