diff options
Diffstat (limited to 'ogcp/templates/actions/image_restore.html')
-rw-r--r-- | ogcp/templates/actions/image_restore.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ogcp/templates/actions/image_restore.html b/ogcp/templates/actions/image_restore.html new file mode 100644 index 0000000..bbc760a --- /dev/null +++ b/ogcp/templates/actions/image_restore.html @@ -0,0 +1,11 @@ +{% extends 'base.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% block content %} + +{{ wtf.quick_form(form, + action=url_for('action_image_restore'), + method='post', + button_map={'restore': 'primary'}) }} + +{% endblock %} |