Spaces:
Sleeping
Sleeping
Update templates/signup.html
Browse files- templates/signup.html +2 -2
templates/signup.html
CHANGED
@@ -86,8 +86,8 @@
|
|
86 |
<label for="password">Password:</label>
|
87 |
<input type="password" id="password" name="password" placeholder="Enter your password" required>
|
88 |
|
89 |
-
<label for="referral">Referral:</label>
|
90 |
-
<input type="text" id="referral" name="referral" placeholder="Enter your Referral
|
91 |
|
92 |
|
93 |
<button type="submit">Sign Up</button>
|
|
|
86 |
<label for="password">Password:</label>
|
87 |
<input type="password" id="password" name="password" placeholder="Enter your password" required>
|
88 |
|
89 |
+
<label for="referral">Referral Code:</label>
|
90 |
+
<input type="text" id="referral" name="referral" placeholder="Enter your Referral Code (Optional)" required>
|
91 |
|
92 |
|
93 |
<button type="submit">Sign Up</button>
|