tyedye/views/edit_stat.html

9 lines
285 B
HTML
Raw Normal View History

2013-06-03 09:08:56 +02:00
$def with (stat_info, edit_stat_form)
<h2>Editing $stat_info.name stat</h2>
2013-06-03 11:44:35 +02:00
<p>Stat current default value: $stat_info.default_value</p>
2013-06-03 09:08:56 +02:00
<div class="stat_form">
<form name="edit_stat_form" method="post" action="stats/edit/$stat_info.id">
2013-06-03 09:08:56 +02:00
$:edit_stat_form
</form>
</div>