mirror of
https://github.com/stisla/stisla.git
synced 2025-08-29 19:09:54 +02:00
Fix typo in registration form
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<form method="POST">
|
||||
<div class="row">
|
||||
<div class="form-group col-6">
|
||||
<label for="frist_name">First Name</label>
|
||||
<input id="frist_name" type="text" class="form-control" name="frist_name" autofocus>
|
||||
<label for="first_name">First Name</label>
|
||||
<input id="first_name" type="text" class="form-control" name="first_name" autofocus>
|
||||
</div>
|
||||
<div class="form-group col-6">
|
||||
<label for="last_name">Last Name</label>
|
||||
|
@@ -23,8 +23,8 @@
|
||||
<form method="POST">
|
||||
<div class="row">
|
||||
<div class="form-group col-6">
|
||||
<label for="frist_name">First Name</label>
|
||||
<input id="frist_name" type="text" class="form-control" name="frist_name" autofocus>
|
||||
<label for="first_name">First Name</label>
|
||||
<input id="first_name" type="text" class="form-control" name="first_name" autofocus>
|
||||
</div>
|
||||
<div class="form-group col-6">
|
||||
<label for="last_name">Last Name</label>
|
||||
|
Reference in New Issue
Block a user