Minor changes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user