forked from halo-battle/game
Version 1.14a
This commit is contained in:
parent
ba8f323879
commit
dc48225dc9
1094 changed files with 189052 additions and 13889 deletions
|
|
@ -26,6 +26,7 @@
|
|||
</thead>
|
||||
</table>
|
||||
<h2>Gestion des postulants</h2>
|
||||
{if $postulants}
|
||||
<div id="messagerie">
|
||||
{foreach from=$postulants item=postulant}
|
||||
<dl class="new">
|
||||
|
|
@ -34,4 +35,7 @@
|
|||
</dl>
|
||||
{/foreach}
|
||||
</div>
|
||||
{else}
|
||||
<div id="erreur">Aucun postulant actuellement</div>
|
||||
{/if}
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue