mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-17 20:13:09 -06:00
Improve edit profile and add comment styling
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user