Fix font sizing for comments form textarea
This commit is contained in:
parent
fd8de82a89
commit
3a940e8789
@ -3,7 +3,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<article>
|
<article>
|
||||||
<h1>Update comment</h1>
|
<h1>Update comment</h1>
|
||||||
<form method="POST" action="{% url 'core:comment-update' comment.pk %}">
|
<form method="POST" action="{% url 'core:comment-update' comment.pk %}" class="comments__form">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user