mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
fix: Subtable alternating color in subscription list
This commit is contained in:
parent
d5bdc7fe41
commit
7afa15bff1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<tr>
|
||||
<td><a href="{% url 'users:profil' userid=facture.user.id %}">{{ facture.user }}</a></td>
|
||||
<td>
|
||||
<table class="table-striped">
|
||||
<table class="table-borderless">
|
||||
{% for article in facture.name_detailed %}
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue