DSatishchandra commited on
Commit
24729b6
·
verified ·
1 Parent(s): 4b8f2a3

Update templates/signup.html

Browse files
Files changed (1) hide show
  1. templates/signup.html +3 -0
templates/signup.html CHANGED
@@ -22,6 +22,9 @@
22
  <label for="password">Password</label>
23
  <input type="password" id="password" name="password" placeholder="Enter a password" required>
24
 
 
 
 
25
  <button type="submit">Sign Up</button>
26
  </form>
27
  <p>Already have an account? <a href="login.html">Login</a></p>
 
22
  <label for="password">Password</label>
23
  <input type="password" id="password" name="password" placeholder="Enter a password" required>
24
 
25
+ <label for="password">Password</label>
26
+ <input type="password" id="password" name="password" placeholder="Enter a password" required>
27
+
28
  <button type="submit">Sign Up</button>
29
  </form>
30
  <p>Already have an account? <a href="login.html">Login</a></p>