1
0
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:
Reza Juliandri
2020-07-15 16:30:19 +07:00
parent 0dc2d69af8
commit 6d35d895b6
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>