push
github
37 of 37 new or added lines in 3 files covered. (100.0%)
11 existing lines in 2 files now uncovered.13667 of 14831 relevant lines covered (92.15%)
0.92 hits per line
1 |
{% extends 'projectroles/base.html' %} |
1✔ |
2 |
|
|
3 |
{% block title %}Server Error{% endblock %} |
1✔ |
4 |
|
|
5 |
{% block content %} |
|
UNCOV
6
|
<div class="container-fluid"> |
× |
UNCOV
7
|
<div class="col-md-4 mx-auto my-5"> |
× |
UNCOV
8
|
<h2 class="sodar-pr-content-title">Server Error</h2> |
× |
UNCOV
9
|
<p>
|
× |
UNCOV
10
|
Something went wrong on the server side. We track these errors |
× |
UNCOV
11
|
automatically, but if the problem persists feel free to contact the |
× |
UNCOV
12
|
administration. |
× |
UNCOV
13
|
</p>
|
× |
UNCOV
14
|
</div>
|
× |
UNCOV
15
|
</div>
|
× |
16 |
{% endblock content %} |