1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-02 22:55:04 +03:00
kangana/application/templates/delete.mustache

9 lines
249 B
Plaintext

<form method="POST">
<h3>{{content_title}}</h3>
<div class="hyphenate">
{{{content}}}
</div>
<p>Подтвердите удаление: <input type="checkbox" name="confirmation" value="yes"> </p>
<p><input type="submit"></p>
</form>