Adds ability to reset default edition based on computer ranks

This commit is contained in:
Mouse Reeve
2021-03-15 15:08:20 -07:00
parent 6e6417cb91
commit f79bb60d81
2 changed files with 17 additions and 4 deletions

View File

@ -6,7 +6,7 @@
{% block content %}
<div class="block">
<h1 class="title">{% blocktrans with path=work.local_path work_title=work.title %}Editions of <a href="{{ work_path }}">"{{ work_title }}"</a>{% endblocktrans %}</h1>
<h1 class="title">{% blocktrans with work_path=work.local_path work_title=work.title %}Editions of <a href="{{ work_path }}">"{{ work_title }}"</a>{% endblocktrans %}</h1>
{% include 'snippets/book_tiles.html' with books=editions %}
</div>