File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ <h2 class="navskip mt-4">Topics</h2>
6363 {% if form %}
6464 {% if form.position %}
6565 {% if nomcom.show_nominee_pictures and form.nominee.email.person.photo_thumb %}
66- < div class ="float-end mt -4 "> {% include "person/photo.html" with person=form.nominee.person %}</ div >
66+ < div class ="float-end ms-4 my -4 "> {% include "person/photo.html" with person=form.nominee.person %}</ div >
6767 {% endif %}
6868 < h2 class ="navskip mt-4 ">
6969 Provide feedback
9090 < a href ="{% url 'ietf.nomcom.views.year_index' year=year %} "> NomCom {{ year }}</ a > .
9191 You may have the feedback mailed back to you by selecting the option below.
9292 </ p >
93- < form id ="feedbackform " method ="post ">
93+ < form class =" float-start " id ="feedbackform " method ="post ">
9494 {% csrf_token %}
9595 {% bootstrap_form form %}
9696 < button class ="btn btn-primary " type ="submit " name ="save "> Save</ button >
You can’t perform that action at this time.
0 commit comments