DSatishchandra commited on
Commit
52e55b1
·
verified ·
1 Parent(s): 52509f7

Update templates/signup.html

Browse files
Files changed (1) hide show
  1. templates/signup.html +1 -1
templates/signup.html CHANGED
@@ -84,7 +84,7 @@
84
  <input type="password" id="password" name="password" placeholder="Enter your password" required>
85
 
86
  <label for="referral">Referral Code:</label>
87
- <input type="text" id="referral" name="referral" placeholder="Enter referral code" required>
88
 
89
  <button type="submit">Sign Up</button>
90
  </form>
 
84
  <input type="password" id="password" name="password" placeholder="Enter your password" required>
85
 
86
  <label for="referral">Referral Code:</label>
87
+ <input type="text" id="referral" name="referral" placeholder="Enter referral code">
88
 
89
  <button type="submit">Sign Up</button>
90
  </form>