summaryrefslogtreecommitdiff
path: root/templates/user/edit_profile.html
blob: 43501ac952c9d6f0a89bdc2525038a5626748a3b (plain)
1
2
3
4
5
6
7
{% extends 'base.html' %}
{% block content %}
    <form action="/user/edit/" enctype = "multipart/form-data" method="post">
        {{ edit_profile_form.as_p }}
    <input type="submit" value="Apply Changes" />
    </form>
{% endblock %}