mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-11 09:12:22 +01:00
user-stats: fix layout, fixes #13
This commit is contained in:
@ -16,9 +16,8 @@
|
|||||||
{% if current_age_text %}
|
{% if current_age_text %}
|
||||||
<div class="col-md-12 alert alert-info">
|
<div class="col-md-12 alert alert-info">
|
||||||
<strong>{{ current_age_text }}</strong>
|
<strong>{{ current_age_text }}</strong>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h2>Most played songs</h2>
|
<h2>Most played songs</h2>
|
||||||
<p>You have requested <strong> {{ stats.unique_requests }} </strong> different
|
<p>You have requested <strong> {{ stats.unique_requests }} </strong> different
|
||||||
@ -182,7 +181,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user