mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-19 13:18:23 +02:00
9 lines
321 B
HTML
9 lines
321 B
HTML
{% extends "_base.html" %}
|
|
{% block nav_sessions %}active{% endblock %}
|
|
|
|
{% block content_wrapper %}
|
|
<div class="alert alert-success"><p class="container">The session list is
|
|
powered by <code>django-user-sessions</code> to list the location,
|
|
browser and IP-address.</p></div>
|
|
{{ block.super }}
|
|
{% endblock %}
|