Added input form constraints

This commit is contained in:
Ionut Filip
2018-10-17 15:11:55 +03:00
parent b9ecc0ccc6
commit b3c7c45140
8 changed files with 48 additions and 27 deletions

View File

@@ -9,11 +9,11 @@
{% endcall %}
<form method="post" action="{{ url_for(".submit") }}">
{% include "steps/initial-config.html" %}
{% include "steps/flavor.html" %}
{% include "steps/expose.html" %}
{% include "steps/services.html" %}
<!-- {% include "steps/optional.html" %} -->
{% include "steps/compose/flavor.html" %}
{% include "steps/compose/config.html" %}
{% include "steps/compose/services.html" %}
{% include "steps/compose/expose.html" %}
<!-- {% include "steps/compose/optional.html" %} -->
<input class="btn btn-primary" type="submit" value="Setup Mailu">
</form>