Low-fi update of multi-step modals to fix styling

This commit is contained in:
leigh-mil
2019-10-02 14:47:41 -04:00
parent 7a4c26419f
commit fe29b5d838
7 changed files with 51 additions and 56 deletions

View File

@@ -2,10 +2,8 @@
{% import "applications/fragments/member_form_fields.html" as member_fields %}
{% macro MemberFormTemplate(title, next_button, previous=True) %}
<div class="modal__form--header">
<h1>{{ Icon('avatar') }} {{ title }}</h1>
<hr>
</div>
<hr>
<h1>{{ Icon('avatar') }} {{ title }}</h1>
{{ caller() }}