Book and editions page styles

This commit is contained in:
Mouse Reeve
2020-09-29 13:11:52 -07:00
parent 7b32a122e4
commit 3dc43aa81c
6 changed files with 44 additions and 24 deletions

View File

@ -1,7 +1,7 @@
{% load humanize %}
{% load fr_display %}
<div class="card{% if depth %}depth-{{ depth }} {% if main %}main{% else %}reply{% endif %}{% endif %}">
<div class="card{% if depth %} depth-{{ depth }} {% if main %}main{% else %}reply{% endif %}{% endif %}">
<header class="card-header">
{% include 'snippets/status_header.html' with status=status %}
</header>