[scrobbles] Update webhook view permissions and small template changes

This commit is contained in:
2026-03-30 12:54:21 -04:00
parent 1e21bd9481
commit 2ca3dd1ed9
9 changed files with 429 additions and 334 deletions

View File

@ -9,6 +9,20 @@
<div class="col-md">
<h2>Domains Read</h2>
<div class="pagination" style="margin-bottom:10px;">
<span class="page-links">
{% if domain_page > 1 %}
<a href="?{% urlreplace domain_page=domain_page|add:'-1' %}">prev</a>
{% endif %}
<span class="page-current">
Page {{ domain_page }} of {{ domain_paginator.num_pages }}
</span>
{% if domain_page < domain_paginator.num_pages %}
<a href="?{% urlreplace domain_page=domain_page|add:'1' %}">next</a>
{% endif %}
</span>
</div>
{% if domains_this_week %}
<h3>This Week</h3>
<div class="table-responsive">