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

@ -4,7 +4,7 @@
{% include "organization/requests/tabs.html" %}
{% if requests %}
<table>
<table class="table">
<tr>
<th>{{ _('User') }}</th>
<th>{{ _('Time') }}</th>

View file

@ -7,7 +7,7 @@
<form action="" method="post">
{% csrf_token %}
{{ formset.management_form }}
<table>
<table class="table">
<tr>
<th>{{ _('User') }}</th>
<th>{{ _('Time') }}</th>