Added vars and fixed naming use

This commit is contained in:
Ionut Filip
2018-10-16 16:12:42 +03:00
parent 0d164486b4
commit e8dee22ecf
6 changed files with 105 additions and 22 deletions

View File

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