Version 1.14a

This commit is contained in:
nemunaire 2020-11-15 16:12:32 +01:00
commit dc48225dc9
1094 changed files with 189052 additions and 13889 deletions

View file

@ -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'}