gestioCOF/kfet/templates/kfet/form_authentication_snippet.html

7 lines
230 B
HTML
Raw Normal View History

<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>