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