Compare commits

..

No commits in common. "18a58783c8c0fbaf4a17eb60110eca70e712b0b1" and "ee3ec2152767113b81049ff2dbea88b8739a2a83" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -8,6 +8,7 @@ form ul.errorlist {
form {
> table > tbody > tr > th {
background: var(--bg-01);
background-clip: padding-box;
border-right: 1px solid var(--gray);
}
tbody :is(input, select, textarea) {

View File

@ -27,9 +27,7 @@
<th class="l">
<a href="{{ acc.get_absolute_url }}">{{ acc }}</a>
</th>
<td class="value">
{% if acc.statement_set.first %}{{ acc.statement_set.first.value|value }}{% endif %}
</td>
<td class="value">{{ acc.statement_set.first.value|value }}</td>
<td>
<a href="{% url "edit_account" acc.pk %}">{% translate "Edit" %}</a>
</td>