add db-table configuration (WIP)
This commit is contained in:
@@ -40,16 +40,16 @@
|
||||
<div class="mt-4">
|
||||
<h3>Verkehrsinfos</h3>
|
||||
<div class="mx-auto">
|
||||
<form class="row g-3 mt-2">
|
||||
<form class="row g-3 mt-2" action="/user/traffic/config" method="POST" name="trafficAdminForm" enctype="multipart/form-data">
|
||||
<div class="col-md-4">
|
||||
<div class="form-floating">
|
||||
<input type="text" name="key" class="form-control" id="key" placeholder="google-API-Key" required>
|
||||
<input type="text" name="googleapikey" class="form-control" id="key" placeholder="google-API-Key" required>
|
||||
<label for="key">google-API-Key</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<div class="form-floating">
|
||||
<input type="text" name="office" class="form-control" id="office" placeholder="Büroadresse" required>
|
||||
<input type="text" name="officeadress" class="form-control" id="office" placeholder="Büroadresse" required>
|
||||
<label for="home">Büroadresse</label>
|
||||
</div>
|
||||
</div>
|
||||
@@ -73,7 +73,7 @@
|
||||
<h3>Verkehrsinfos</h3>
|
||||
Die Fahrzeit wird über die googlemaps-API ermittelt und bei Überschreitung des Grenzwerts via E-Mail gewarnt.
|
||||
<div class="mx-auto">
|
||||
<form class="row g-3 mt-2">
|
||||
<form class="row g-3 mt-2" action="/user/traffic/config/{current_user.username}" method="POST" name="trafficAdminForm" enctype="multipart/form-data">
|
||||
<div class="col-md-4">
|
||||
<div class="form-floating">
|
||||
<input type="email" name="email" class="form-control" id="email" placeholder="E-Mail-Adresse" required>
|
||||
|
||||
Reference in New Issue
Block a user