gonito/templates/achievements.hamlet

14 lines
345 B
Plaintext
Raw Normal View History

2017-02-26 21:40:38 +01:00
<h1>Achievements
2017-03-13 12:00:38 +01:00
^{Table.buildBootstrap achievementsTable achievementInfos}
2017-02-26 21:40:38 +01:00
<hr>
$if (checkIfAdmin mUser)
<h2>Create a new achievement
<form method=post action=@{AchievementsR}#form enctype=#{formEnctype}>
^{formWidget}
<button .btn .btn-primary type="submit">
_{MsgSubmit} <span class="glyphicon glyphicon-upload"></span>