add all files
This commit is contained in:
24
templates/addaud.html
Normal file
24
templates/addaud.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="card col-md-10 col-10">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Добавить аудиторию</h5>
|
||||
|
||||
<form method='POST' action="/addaudtodb" class="card" >
|
||||
<input type="text" class="form-control" name="auditory">
|
||||
<button> Добавить</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{%endblock%}
|
||||
Reference in New Issue
Block a user