Move grid buttons to base list

This commit is contained in:
2023-03-08 13:16:21 -05:00
parent e42ee0e03a
commit 6ffc77a9d5
2 changed files with 7 additions and 12 deletions

View File

@ -1,20 +1,9 @@
{% extends "base_list.html" %}
{% load urlreplace %}
{% block title %}Long Plays{% endblock %}
{% block lists %}
<div class="row">
<p class="view">
<span class="view-links">
{% if view == 'grid' %}
View as <a href="?{% urlreplace view='list' %}">List</a>
{% else %}
View as <a href="?{% urlreplace view='grid' %}">Grid</a>
{% endif %}
</span>
</p>
<hr />
<h2>In progress</h2>
{% if view == 'grid' %}