nagasurendra commited on
Commit
8e2d19f
·
verified ·
1 Parent(s): 4b3026a

Update templates/signup.html

Browse files
Files changed (1) hide show
  1. 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>