mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix custom study link being shown in filtered deck
https://forums.ankiweb.net/t/crashing-after-custom-study-learn-forgotten-cards/3013
This commit is contained in:
parent
ade7f438ce
commit
a43135f3d5
1 changed files with 5 additions and 3 deletions
|
@ -59,9 +59,11 @@
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{#if !info.isFilteredDeck}
|
||||||
<p>
|
<p>
|
||||||
{@html customStudyMsg}
|
{@html customStudyMsg}
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue