diff options
Diffstat (limited to 'ogcp/templates/actions/software.html')
-rw-r--r-- | ogcp/templates/actions/software.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ogcp/templates/actions/software.html b/ogcp/templates/actions/software.html index 713f89b..71dc0ae 100644 --- a/ogcp/templates/actions/software.html +++ b/ogcp/templates/actions/software.html @@ -3,9 +3,12 @@ {% block content %} +<h1 class="m-5">{{_('Software Inventory')}}</h1> + {{ wtf.quick_form(form, action=url_for('action_software'), method='post', - button_map={'view': 'primary', 'update': 'primary'}) }} + button_map={'view': 'primary', 'update': 'primary'}, + extra_classes="mx-5")}} {% endblock %} |