New organization view

This commit is contained in:
cuom1999 2021-10-10 17:37:15 -05:00
parent e51c76c68c
commit f174c921fb
5 changed files with 106 additions and 41 deletions

View file

@ -40,7 +40,7 @@
{% endblock %}
{% block body %}
<form action="" method="post" class="form-area">
<form action="" method="post" class="form-area" style="width:100%">
{% csrf_token %}
<table border="0" style="text-align:left">{{ form.as_table() }}</table>
<button type="submit">{{ _('Update') }}</button>