core: show applications on overview page

This commit is contained in:
Jens Langhammer
2018-12-10 10:50:19 +01:00
parent 1a8f3fb18a
commit 19a8ecb55a
4 changed files with 24 additions and 51 deletions

View File

@ -36,4 +36,4 @@
</tbody>
</table>
</div>
{% endblock %}
{% endblock %}

View File

@ -2,11 +2,6 @@
{% csrf_token %}
{% for field in form %}
{% if field.help_text %}
<span>
{{ field.help_text }}
</span>
{% endif %}
<div class="form-group">
{% if field.field.widget|fieldtype == 'RadioSelect' %}
<label class="col-sm-2 control-label" {% if field.field.required %}class="required"{% endif %} for="{{ field.name }}-{{ forloop.counter0 }}">
@ -39,9 +34,15 @@
</label>
<div class="col-sm-10">
{{ field|css_class:'form-control' }}
{% if field.help_text %}
<span>
{{ field.help_text }}
</span>
{% endif %}
</div>
{% endif %}
{% for error in field.errors %}
{{error }}
<div class="alert alert-danger">
<div class="alert-items">
<div class="alert-item">