fix: Float nomcom feedback form to the left (#4787)

Fixes #4770
This commit is contained in:
Lars Eggert 2022-11-23 17:54:46 +02:00 committed by GitHub
parent a79e9ab571
commit 273b2fab98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
{% if form %}
{% if form.position %}
{% if nomcom.show_nominee_pictures and form.nominee.email.person.photo_thumb %}
<div class="float-end mt-4">{% include "person/photo.html" with person=form.nominee.person %}</div>
<div class="float-end ms-4 my-4">{% include "person/photo.html" with person=form.nominee.person %}</div>
{% endif %}
<h2 class="navskip mt-4">
Provide feedback
@ -90,7 +90,7 @@
<a href="{% url 'ietf.nomcom.views.year_index' year=year %}">NomCom {{ year }}</a>.
You may have the feedback mailed back to you by selecting the option below.
</p>
<form id="feedbackform" method="post">
<form class="float-start" id="feedbackform" method="post">
{% csrf_token %}
{% bootstrap_form form %}
<button class="btn btn-primary" type="submit" name="save">Save</button>