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

@@ -12,8 +12,7 @@
<div class="post-comment add-comment">
<form method="POST" action="{{ url_for('forms.add_comment', post_id=post.id) }}">
{{ form.csrf_token }}
{{ form.text }}
<input type=submit value="Add Comment">
{{ form.text }}<input type=submit value="Add Comment">
</form>
</div>
{% endif %}