blocktrans for reading goal
This commit is contained in:
parent
8e6619294f
commit
2ec6e56698
|
@ -54,7 +54,8 @@
|
||||||
|
|
||||||
{% if goal %}
|
{% if goal %}
|
||||||
<div class="block">
|
<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 %}
|
{% include 'snippets/goal_progress.html' with goal=goal %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue