mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 18:11:09 +00:00
Removes set goal link from user page
It's already in the tabs
This commit is contained in:
parent
0d7ffbc175
commit
974de9e4c2
1 changed files with 0 additions and 5 deletions
|
@ -53,11 +53,6 @@
|
||||||
<h2 class="title">{% now 'Y' %} Reading Goal</h2>
|
<h2 class="title">{% now 'Y' %} Reading Goal</h2>
|
||||||
{% include 'snippets/goal_progress.html' with goal=goal %}
|
{% include 'snippets/goal_progress.html' with goal=goal %}
|
||||||
</div>
|
</div>
|
||||||
{% elif user == request.user %}
|
|
||||||
<div class="block">
|
|
||||||
{% now 'Y' as year %}
|
|
||||||
<h2 class="title is-4"><a href="{{ user.local_path }}/goal/{{ year }}">{% blocktrans %}Set a reading goal for {{ year }}{% endblocktrans %}</a></h2>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue