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