1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/setup/templates/steps/root.html
2018-10-16 12:34:55 +03:00

9 lines
255 B
HTML

{% call macros.panel("info", "Step 0 - Set root path") %}
<p>Before starting root path must be set</p>
<div class="form-group">
<label>Root path: </label>
<input class="form-control" type="text" name="root" placeholder="/mailu">
</div>
{% endcall %}