1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-30 11:30:07 +02:00

Merge pull request #169 from ppabcd/fix-typo

Fix typo in registration form
This commit is contained in:
Nauval
2020-07-17 14:05:57 +07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@
<form method="POST"> <form method="POST">
<div class="row"> <div class="row">
<div class="form-group col-6"> <div class="form-group col-6">
<label for="frist_name">First Name</label> <label for="first_name">First Name</label>
<input id="frist_name" type="text" class="form-control" name="frist_name" autofocus> <input id="first_name" type="text" class="form-control" name="first_name" autofocus>
</div> </div>
<div class="form-group col-6"> <div class="form-group col-6">
<label for="last_name">Last Name</label> <label for="last_name">Last Name</label>

View File

@@ -23,8 +23,8 @@
<form method="POST"> <form method="POST">
<div class="row"> <div class="row">
<div class="form-group col-6"> <div class="form-group col-6">
<label for="frist_name">First Name</label> <label for="first_name">First Name</label>
<input id="frist_name" type="text" class="form-control" name="frist_name" autofocus> <input id="first_name" type="text" class="form-control" name="first_name" autofocus>
</div> </div>
<div class="form-group col-6"> <div class="form-group col-6">
<label for="last_name">Last Name</label> <label for="last_name">Last Name</label>