ogcp/ogcp/templates/actions/wol.html

13 lines
303 B
HTML

{% extends 'base.html' %}
{% import "bootstrap/wtf.html" as wtf %}
{% block content %}
{{ wtf.quick_form(form,
action=url_for('action_wol'),
method='post',
button_map={'submit': 'primary'},
extra_classes='m-5')}}
{% endblock %}