mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 08:22:15 +00:00
Machine switch
This commit is contained in:
12
training/templates/session_log_form.html
Normal file
12
training/templates/session_log_form.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends 'base_rigs.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<h1>Log New Training Session</h1>
|
||||
<div class="form-group">
|
||||
<label for="selectpicker">Select Attendees</label>
|
||||
<select name="attendees" id="attendees_id" class="form-control selectpicker" data-live-search="true">
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user