Fix template formatting issues
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Sonny Bakker 2025-05-05 16:49:34 +02:00
parent 116e2c1577
commit 83707701e9

View file

@ -9,10 +9,10 @@
<section class="section form__section form__section--actions">
<div class="form__actions">
<a class="link button button--confirm" href="{% url 'news:collection:feed-create' %}">{% trans "Add a feed"
%}</a>
<a class="link button button--confirm" href="{% url 'news:collection:import' %}">{% trans "Import feeds"
%}</a>
<a class="link button button--confirm"
href="{% url 'news:collection:feed-create' %}">{% trans "Add a feed" %}</a>
<a class="link button button--confirm"
href="{% url 'news:collection:import' %}">{% trans "Import feeds" %}</a>
</div>
</section>
@ -32,15 +32,23 @@
<thead class="table__header rules-table__header">
<tr class="table__row rules-table__row">
<th class="table__heading rules-table__heading--select">
{% include "components/form/checkbox.html" with id="select-all" data_input="rules"
id_for_label="select-all" %}
{% include "components/form/checkbox.html" with id="select-all" data_input="rules" id_for_label="select-all" %}
</th>
<th class="table__heading rules-table__heading rules-table__heading--name">
{% trans "Name" %}
</th>
<th class="table__heading rules-table__heading rules-table__heading--category">
{% trans "Category" %}
</th>
<th class="table__heading rules-table__heading rules-table__heading--url">
{% trans "URL" %}
</th>
<th class="table__heading rules-table__heading rules-table__heading--succeeded">
{% trans "Successfuly ran" %}
</th>
<th class="table__heading rules-table__heading rules-table__heading--enabled">
{% trans "Enabled" %}
</th>
<th class="table__heading rules-table__heading rules-table__heading--name">{% trans "Name" %}</th>
<th class="table__heading rules-table__heading rules-table__heading--category">{% trans "Category" %}</th>
<th class="table__heading rules-table__heading rules-table__heading--url">{% trans "URL" %}</th>
<th class="table__heading rules-table__heading rules-table__heading--succeeded">{% trans "Successfuly ran"
%}</th>
<th class="table__heading rules-table__heading rules-table__heading--enabled">{% trans "Enabled" %}</th>
</tr>
</thead>
<tbody class="table__body rules-table__body">