ui: Fix next button link

This commit is contained in:
nemunaire 2021-09-02 10:07:34 +02:00
parent d319587dab
commit dedfab1c7d

View File

@ -37,7 +37,7 @@
{/if} {/if}
{/if} {/if}
{#if theme.exercices[exercice.id].next} {#if theme.exercices[exercice.id].next}
<a href="/{theme.urlid}/{theme.exercices[theme.exercices[exercice.id].next].urlid}" class="btn btn-success">Passer au défi suivant</a> <a href="{theme.urlid}/{theme.exercices[theme.exercices[exercice.id].next].urlid}" class="btn btn-success">Passer au défi suivant</a>
{/if} {/if}
</CardBody> </CardBody>
</Card> </Card>