[scrobbles] Fix status page container
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h3>Listening</h3>
|
||||
<div class="now-playing">
|
||||
<h3>Listening</h3>
|
||||
<div class="titles">
|
||||
{% if listening %}
|
||||
<p><em>{{listening.media_type}}</em></p>
|
||||
@ -31,8 +31,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<hr />
|
||||
<h3>Watching</h3>
|
||||
<div class="watching">
|
||||
<h3>Watching</h3>
|
||||
<div class="titles">
|
||||
{% if watching %}
|
||||
<p><em>{{watching.media_type}}</em></p>
|
||||
@ -47,8 +47,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<hr />
|
||||
<h3>Going</h3>
|
||||
<div class="going">
|
||||
<h3>Going</h3>
|
||||
<div class="titles">
|
||||
{% if going %}
|
||||
<p><em>{{going.media_type}}</em></p>
|
||||
@ -63,8 +63,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<hr />
|
||||
<h3>Playing</h3>
|
||||
<div class="playing">
|
||||
<h3>Playing</h3>
|
||||
<div class="titles">
|
||||
{% if playing %}
|
||||
<p><em>{{playing.media_type}}</em></p>
|
||||
@ -79,8 +79,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<hr />
|
||||
<h3>Reading</h3>
|
||||
<div class="reading">
|
||||
<h3>Reading</h3>
|
||||
<div class="titles">
|
||||
{% if reading %}
|
||||
<p><em>{{reading.media_type}}</em></p>
|
||||
@ -95,8 +95,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<hr />
|
||||
<h3>Sessioning</h3>
|
||||
<div class="sessioning">
|
||||
<h3>Sessioning</h3>
|
||||
<div class="titles">
|
||||
{% if sessioning %}
|
||||
<p><em>{{sessioning.media_type}}</em></p>
|
||||
|
||||
Reference in New Issue
Block a user