[CHANGE] Use the right BS class

This commit is contained in:
Peter Pfeufer 2024-01-17 22:29:22 +01:00
parent 867e2a1ded
commit 84d5693583
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -23,7 +23,7 @@
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-md-6"> <div class="col-md-6">
{% if generated != "" %} {% if generated != "" %}
<div class="text-right mb-3"> <div class="text-end mb-3">
<textarea class="form-control" rows="10" cols="60">{{ generated }}</textarea> <textarea class="form-control" rows="10" cols="60">{{ generated }}</textarea>
</div> </div>
{% endif %} {% endif %}