UI: Web Assets v2 upgrade #85
@ -169,7 +169,9 @@
|
|||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
<div class="btn-row ms-3 w-100 justify-content-end">
|
<div class="btn-row ms-3 w-100 justify-content-end">
|
||||||
{% if is_maintainer or request.user.is_moderator %}
|
{% if is_maintainer or request.user.is_moderator %}
|
||||||
{% 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">
|
<button type="submit" id="activity-submit" class="btn btn-primary">
|
||||||
<span>{% trans "Comment" %}</span>
|
<span>{% trans "Comment" %}</span>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user