[scrobbles] Add life events to status page
This commit is contained in:
@ -132,5 +132,19 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<h3>Participating</h3>
|
||||
<div class="participating">
|
||||
{% if participating %}
|
||||
<div class="titles">
|
||||
<p><a href="{{participating.media_obj.get_absolute_url}}">{{participating.media_obj}}</a></p>
|
||||
{% if participating.media_obj.subtitle %}<p><em><a href="{{participating.media_obj.subtitle.get_absolute_url}}">{{participaing.media_obj.subtitle}}</a></em></p>{% endif %}
|
||||
</div>
|
||||
<p><small>{{participating.timestamp|naturaltime}} from {{participating.source}}</small></p>
|
||||
{% else %}
|
||||
<div class="titles">
|
||||
<p>Nothing</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user