1
0
Fork 0

Merge branch 'main' into images-django-imagekit

This commit is contained in:
Mouse Reeve 2021-08-11 12:47:25 -06:00 committed by GitHub
commit 45e82abda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
134 changed files with 2527 additions and 970 deletions

View file

@ -53,11 +53,11 @@
{% endif %}
{% endwith %}
<fieldset id="failed-imports">
<fieldset id="failed_imports">
<ul>
{% for item in failed_items %}
<li class="mb-2 is-flex is-align-items-start">
<input class="checkbox mt-1" type="checkbox" name="import_item" value="{{ item.id }}" id="import-item-{{ item.id }}">
<input class="checkbox mt-1" type="checkbox" name="import_item" value="{{ item.id }}" id="import_item_{{ item.id }}">
<label class="ml-1" for="import-item-{{ item.id }}">
{% blocktrans with index=item.index title=item.data.Title author=item.data.Author %}Line {{ index }}: <strong>{{ title }}</strong> by {{ author }}{% endblocktrans %}
<br/>