10 lines
251 B
Mako
10 lines
251 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="/mobile/base.mako" />
|
|
|
|
<%def name="title()">DataSync</%def>
|
|
|
|
${h.form(url('datasync.restart'))}
|
|
${h.csrf_token(request)}
|
|
${h.submit('restart', "Restart DataSync Daemon", id='datasync-restart')}
|
|
${h.end_form()}
|
|
|