34d3bd714d
* Refactored templates and templatetags * Added unfavourite views * Added button to favourite/unfavourite package * Panel for showing favourited objects Signed-off-by: volpino <fox91@anche.no>
15 lines
243 B
HTML
15 lines
243 B
HTML
{% extends "euscan/_datatable.html" %}
|
|
{% load url from future %}
|
|
{% load euscan %}
|
|
|
|
{% block title %}
|
|
{{ block.super }} - Watched herds
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
<h2>Watched herds</h2>
|
|
|
|
{% herds_table herds %}
|
|
{% endblock %}
|