Improve edit profile and add comment styling

This commit is contained in:
Xevion
2022-03-29 21:14:42 -05:00
parent 2cb42bbc8b
commit 66715ecc72
5 changed files with 69 additions and 4 deletions

View File

@@ -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) }}