Store exercice title XML in DB
This commit is contained in:
parent
3f773dffb0
commit
b81af5aa90
10 changed files with 69 additions and 55 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{block name=exercices}
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Exercice {$cur_exercice->number} <small>{$solved} équipe{if $solved > 1}s ont{else} a{/if} résolu cet exercice</small></h3>
|
||||
<h3 class="panel-title">{$cur_exercice->get_title()} <small>{$solved} équipe{if $solved > 1}s ont{else} a{/if} résolu cet exercice</small></h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<ul>
|
||||
|
|
|
|||
Reference in a new issue