Add README and LICENSE
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="rank">Rank:</label>
|
||||
<label for="rank">Rank*:</label>
|
||||
<select name="rank" id="rank">
|
||||
<?php
|
||||
foreach ($ranks as $value => $label) {
|
||||
@@ -88,11 +88,11 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="country">Country:</label><input type="text" name="country" id="country">
|
||||
<label for="country">Country*:</label><input type="text" name="country" id="country" required>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="club">Club:</label><input type="text" name="club" id="club">
|
||||
<label for="club">Club*:</label><input type="text" name="club" id="club" required>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user