Fixed remaining places where offsets where used

This commit is contained in:
Jan Böhmer 2026-03-07 15:54:56 +01:00
parent b508d57094
commit 3aa7480fe4
8 changed files with 15 additions and 15 deletions

View file

@ -12,7 +12,7 @@
{% endblock %}
{% block card_content %}
<p class="text-muted offset-3">{% trans %}info_providers.from_url.help{% endtrans %}</p>
<p class="text-muted {{ offset_col }}">{% trans %}info_providers.from_url.help{% endtrans %}</p>
{{ form_start(form) }}
{{ form_row(form.url) }}