mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
9 lines
255 B
HTML
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 %}
|