mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-16 02:13:02 -06:00
Improve edit profile and add comment styling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h3>Edit Profile</h3>
|
||||
<form method="POST" class="form">
|
||||
<form method="POST" class="form edit-profile-form">
|
||||
{{ form.csrf_token }}
|
||||
{{ render_field(form.name) }}
|
||||
{{ render_field(form.about_me) }}
|
||||
|
||||
Reference in New Issue
Block a user