1
0
Fork 0

Renames "discover"

This commit is contained in:
Mouse Reeve 2021-08-07 11:15:02 -07:00
parent 1dea2b307b
commit 040758c833
10 changed files with 44 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{% extends 'discover/landing_layout.html' %}
{% extends 'landing/landing_layout.html' %}
{% load i18n %}
{% block panel %}

View file

@ -1,4 +1,4 @@
{% extends 'discover/landing_layout.html' %}
{% extends 'landing/landing_layout.html' %}
{% load i18n %}
{% block panel %}
@ -10,18 +10,18 @@
<div class="tile is-vertical">
<div class="tile is-parent">
<div class="tile is-child box has-background-white-ter">
{% include 'discover/large-book.html' with book=books.0 %}
{% include 'landing/large-book.html' with book=books.0 %}
</div>
</div>
<div class="tile">
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'discover/small-book.html' with book=books.1 %}
{% include 'landing/small-book.html' with book=books.1 %}
</div>
</div>
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'discover/small-book.html' with book=books.2 %}
{% include 'landing/small-book.html' with book=books.2 %}
</div>
</div>
</div>
@ -30,18 +30,18 @@
<div class="tile">
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'discover/small-book.html' with book=books.3 %}
{% include 'landing/small-book.html' with book=books.3 %}
</div>
</div>
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'discover/small-book.html' with book=books.4 %}
{% include 'landing/small-book.html' with book=books.4 %}
</div>
</div>
</div>
<div class="tile is-parent">
<div class="tile is-child box has-background-white-ter">
{% include 'discover/large-book.html' with book=books.5 %}
{% include 'landing/large-book.html' with book=books.5 %}
</div>
</div>
</div>

View file

@ -1,4 +1,3 @@
{% load bookwyrm_tags %}
{% load i18n %}