Minor changes

This commit is contained in:
Ionut Filip
2018-10-19 11:45:55 +03:00
parent 35193f5530
commit 08987dfa22
7 changed files with 20 additions and 102 deletions

View File

@@ -15,7 +15,8 @@
{% if flavor %}
<form method="post" action="{{ url_for(".submit") }}">
<input type="hidden" name="flavor" value="{{ flavor }}">
{%for file in flavor_files %}
{% include "steps/config.html" %}
{%for file in steps %}
{% include "steps/" + flavor + "/" + file %}
{% endfor %}
<input class="btn btn-primary" type="submit" value="Setup Mailu">