registrace

This commit is contained in:
Martin Quarda 2024-03-31 12:03:52 +02:00
parent 5c23ab905f
commit b50245806c

View File

@ -152,7 +152,7 @@ class Main extends Component {
<div class="container text text-center"> <div class="container text text-center">
<h2>Stále nevíš, jestli se zúčastníš? Přečti si náš <button type="button" class="btn btn-warning" onClick={(e) => this.togglefaq()}>FAQ</button></h2> <h2>Stále nevíš, jestli se zúčastníš? Přečti si náš <button type="button" class="btn btn-warning" onClick={(e) => this.togglefaq()}>FAQ</button></h2>
</div> </div>
<form onSubmit={(e) => this.onSubmit(e)}> <form class="container" onSubmit={(e) => this.onSubmit(e)}>
<h1>Registrace</h1> <h1>Registrace</h1>
<div class="mb-3"> <div class="mb-3">
<label for="first_name" class="form-label">Jméno</label> <label for="first_name" class="form-label">Jméno</label>