added monospace font to textaera filed

This commit is contained in:
2022-05-18 09:42:54 +02:00
parent fa26947461
commit 7fa1595f0a
5 changed files with 15 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{% endfor %}
<div class="form-group">
<label class="required-field" for="body">{{ form.body.label }}</label>
{{ form.body(class_='form-control', cols="35", rows="20") }}
{{ form.body(class_='form-control monospace-font', cols="35", rows="20") }}
</div>
<div class="form-group">

View File

@@ -27,7 +27,7 @@
{% endfor %}
<div class="form-group">
<label class="required-field" for="topic_quote">{{ form.topic_quote.label }}</label>
{{ form.topic_quote(class_='form-control', cols="35", rows="5") }}
{{ form.topic_quote(class_='form-control monospace-font', cols="35", rows="5") }}
</div>
<div class="form-group">