mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 15:02:21 +01:00
stats: show equal height columns
This commit is contained in:
@ -5,14 +5,14 @@
|
||||
|
||||
{% block content %}
|
||||
<h1>Statistics</h1>
|
||||
<div class="row">
|
||||
<div class="row display-flex">
|
||||
{% if not stats %}
|
||||
<div class="alert alert-danger">
|
||||
<div class="col-md-12 alert alert-danger">
|
||||
<strong>Stats unavailable :(</strong>
|
||||
</div>
|
||||
{% else %}
|
||||
{% if current_age_text %}
|
||||
<div class="alert alert-info">
|
||||
<div class="col-md-12 alert alert-info">
|
||||
<strong>{{ current_age_text }}</strong>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@ -7,14 +7,14 @@
|
||||
{% block content %}
|
||||
<h1>User Statistics</h1>
|
||||
|
||||
<div class="row">
|
||||
<div class="row display-flex">
|
||||
{% if not stats %}
|
||||
<div class="alert alert-danger">
|
||||
<div class="col-md-12 alert alert-danger">
|
||||
<strong>Stats unavailable :(</strong>
|
||||
</div>
|
||||
{% else %}
|
||||
{% if current_age_text %}
|
||||
<div class="alert alert-info">
|
||||
<div class="col-md-12 alert alert-info">
|
||||
<strong>{{ current_age_text }}</strong>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user