Switch to unified view
a/views/settings.tpl | b/views/settings.tpl | ||
---|---|---|---|
... |
... |
||
21 | %for d in dirs: |
21 | %for d in dirs: |
22 | <small>{{d}}</small><input name="mount_{{d}}" value={{mounts[d]}}> |
22 | <small>{{d}}</small><input name="mount_{{d}}" value={{mounts[d]}}> |
23 | %end |
23 | %end |
24 | <br><br><hr> |
24 | <br><br><hr> |
25 | <input type="submit" value="Save"> |
25 | <input type="submit" value="Save"> |
26 | <a href=".."><input type="button" value="Cancel"></a>
|
26 | <a href="./"><input type="button" value="Cancel"></a>
|
27 | </form> |
27 | </form> |
28 | </div> |
28 | </div> |
29 | %include footer |
29 | %include footer |