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