c31076ddb4
Note: This commit could break things, the userprofile model has been moved so the db layout must change (some alter table commands are needed to don't lose data) Signed-off-by: volpino <fox91@anche.no>
16 lines
260 B
HTML
16 lines
260 B
HTML
{% extends "euscan/_datatable.html" %}
|
|
|
|
{% load djeuscan_helpers %}
|
|
{% load url from future %}
|
|
|
|
{% block title %}
|
|
{{ block.super }} - Watched overlays
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Watched overlays</h2>
|
|
|
|
{% overlays_table overlays %}
|
|
|
|
{% endblock %}
|