UI: Web Assets v2 upgrade #85

Merged
Márton Lente merged 52 commits from martonlente/extensions-website:ui/web-assets-v2-upgrade into main 2024-04-30 17:57:33 +02:00
Showing only changes of commit 539c7cc461 - Show all commits

View File

@ -169,7 +169,9 @@
<div class="d-flex align-items-center">
<div class="btn-row ms-3 w-100 justify-content-end">
{% if is_maintainer or request.user.is_moderator %}

Getting a template error on items in approval-queue. This added if is not closed.

approval queue

Getting a template error on items in approval-queue. This added `if` is not closed. ![approval queue](/attachments/812bd802-d0ab-44a1-9d27-5181b8e9df7b)
{% include "common/components/field.html" with field=form.type %}
{% include "common/components/field.html" with field=form.type %}
{% endif %}
<button type="submit" id="activity-submit" class="btn btn-primary">
<span>{% trans "Comment" %}</span>
</button>