phase5: add saved searches, watchlist, and authenticated htmx flows
This commit is contained in:
13
templates/scouting/watchlist.html
Normal file
13
templates/scouting/watchlist.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}HoopScout | Watchlist{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="panel">
|
||||
<div class="row-between wrap-gap">
|
||||
<h1>Watchlist</h1>
|
||||
<a class="button ghost" href="{% url 'scouting:index' %}">Back to scouting</a>
|
||||
</div>
|
||||
{% include "scouting/partials/watchlist_table.html" with favorites=favorites %}
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user