1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-05 08:04:27 +03:00
kangana/application/templates/course/subscribe.mustache

12 lines
267 B
Plaintext

<form method="POST">
{{#has_errors}}
<p class="message">При проверке формы были найдены ошибки:</p>
<ul class="errors">
{{#get_errors}}
<li>{{.}}</li>
{{/get_errors}}
</ul>
{{/has_errors}}
{{{get_controls}}}
</form>