reporting cleanup (#1903)

- show form error when trying to load invalid user
- added non-breaking space to first table cells to allow copy&paste to excel
- added several css classes to allow customizations
- remove team assignment check for user selection
This commit is contained in:
Kevin Papst
2020-08-21 11:31:42 +02:00
committed by GitHub
parent e6d01f2a23
commit 5c79e68c77
5 changed files with 33 additions and 45 deletions

View File

@@ -7,7 +7,7 @@
{% block main %}
<div class="row">
<div class="col-md-12">
<div class="col-md-12" id="reporting-content">
{% block report %}{% endblock %}
</div>
</div>