Translate table titles in header
This commit is contained in:
parent
8bb7d5bba0
commit
5938c438e2
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{% load bookwyrm_tags %}
|
||||
{% block panel %}
|
||||
|
||||
<h1 class="title">{% blocktrans with tab_title=tab|title %}{{ tab_title }} Timeline{% endblocktrans %}</h1>
|
||||
<h1 class="title">{% blocktrans %}{{ tab_title }} Timeline{% endblocktrans %}</h1>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li class="{% if tab == 'home' %}is-active{% endif %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue