mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 11:20:15 +02:00
Merge pull request #182 from aurel-g/master
Display missing requirements properly
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
|
||||
{% if systemcheck %}
|
||||
<h2>Missing Requirements</h2>
|
||||
<ul style="color:red;padding: 0 14px">
|
||||
{% for systemerror in systemcheck %}
|
||||
<li style="margin: 5px 0">{{ systemerror }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% if systemcheck.error %}
|
||||
<ul style="color:red;padding: 0 14px">
|
||||
{% for systemerror in systemcheck.error %}
|
||||
<li style="margin: 5px 0">{{ systemerror }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<div class="authformWrapper">
|
||||
@@ -48,4 +50,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user