core: create a DetailFormView

This commit is contained in:
2019-04-10 13:21:34 +02:00
parent 34459f83ec
commit 08d03087a4
3 changed files with 35 additions and 25 deletions

View File

@ -19,7 +19,7 @@
{{ user.tag() }}
</label>
{% endfor %}
<input type="submit" name="submit">
<input type="submit" name="submit" value="{% trans %}Delete{% endtrans %}">
</form>
{% endif %}
<form action="{{ url('core:group_detail', object.id) }}" method="post" id="add_users">