Rammohan0504 commited on
Commit
e77824b
·
verified ·
1 Parent(s): 0bb04b6

Update templates/signup.html

Browse files
Files changed (1) hide show
  1. templates/signup.html +4 -0
templates/signup.html CHANGED
@@ -85,6 +85,10 @@
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
+
89
+ <label for="referral">Referral:</label>
90
+ <input type="text" id="referral" name="referral" placeholder="Enter your Referral Name" required>
91
+
92
 
93
  <button type="submit">Sign Up</button>
94
  </form>