Fix CSRF tokens for datasync restart forms

This commit is contained in:
Lance Edgar 2016-12-14 18:52:12 -06:00
parent 4ed522ae47
commit ef649d8c96
2 changed files with 2 additions and 0 deletions

View file

@ -4,5 +4,6 @@
<%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()}