kpsul/kfet/templates/kfet/form_authentication_snippet.html
2016-09-03 23:44:45 +02:00

7 lines
230 B
HTML

<div class="form-group">
<label for="password" class="col-sm-2 control-label">Authentification</label>
<div class="col-sm-10">
<input type="password" name="KFETPASSWORD" id="password" class="form-control">
</div>
</div>