forked from ScoDoc/ScoDoc
Fix link, closes #354
This commit is contained in:
parent
7a8c77add4
commit
6ac096d29d
@ -32,7 +32,7 @@
|
|||||||
{% if can_edit_appreciations %}
|
{% if can_edit_appreciations %}
|
||||||
<p><a class="stdlink" href="{{url_for(
|
<p><a class="stdlink" href="{{url_for(
|
||||||
'notes.appreciation_add_form', scodoc_dept=g.scodoc_dept,
|
'notes.appreciation_add_form', scodoc_dept=g.scodoc_dept,
|
||||||
etudid=etud.id, formsemestre_id=formsemestre_id)
|
etudid=etud.id, formsemestre_id=formsemestre.id)
|
||||||
}}">Ajouter une appréciation</a>
|
}}">Ajouter une appréciation</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user