mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 05:52:15 +00:00
13 lines
327 B
HTML
13 lines
327 B
HTML
{% 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 %}
|