Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/views/main/callback/new.volt

19 lines
540 B
Text

<div class="section center-block" style="width: 400px">
<h2>Create callback</h2>
<form class="form-horizontal" method="post">
<div class="row mb-3">
<label class="col-sm-2 col-form-label text-end" for="name">Name</label>
<div class="col-sm-10">
{{ form.render('Name') }}
</div>
</div>
<div class="row mb-3">
<div class="offset-sm-2 col-sm-10">
{{ form.render('Create') }}
</div>
</div>
</form>
</div>