forked from mirrors/bookwyrm
blocktrans for reading goal
This commit is contained in:
parent
8e6619294f
commit
2ec6e56698
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
|||
|
||||
{% if goal %}
|
||||
<div class="block">
|
||||
<h2 class="title">{% now 'Y' %} {% trans 'Reading Goal' %}</h2>
|
||||
{% now 'Y' as current_year%}
|
||||
<h2 class="title">{% blocktrans %}{{ current_year }} Reading Goal{% endblocktrans %}</h2>
|
||||
{% include 'snippets/goal_progress.html' with goal=goal %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue