user-stats: fix layout, fixes #13

This commit is contained in:
Gerdriaan Mulder
2020-03-28 15:54:26 +01:00
parent 62ba17ef67
commit 91d3b0cf35

View File

@ -16,9 +16,8 @@
{% if current_age_text %}
<div class="col-md-12 alert alert-info">
<strong>{{ current_age_text }}</strong>
</div>
{% endif %}
</div>
</div>
<div class="col-md-6">
<h2>Most played songs</h2>
<p>You have requested <strong> {{ stats.unique_requests }} </strong> different
@ -182,7 +181,6 @@
</table>
</div>
</div>
</div>
{% endif %}
</div>
{% endblock %}