Skip to content

Commit aac4e2a

Browse files
committed
pin added everywhere
1 parent b1d0c86 commit aac4e2a

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

templates/checkin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="/"><img src="static/gem.png" class="icon">GEMS</a>
1111
<a class='active' href="{{ url_for('checkin') }}">Check-In</a>
1212
<a href="{{ url_for('checkout') }}">Check-out</a>
13-
<a href="{{ url_for('host') }}">Host-Registration</a>
13+
<a href="{{ url_for('pin') }}">Host-Registration</a>
1414
<div class="topnav-right">
1515
<a href="{{ url_for('allhosts') }}">Host List</a>
1616
<a href="{{ url_for('visitors') }}">Visitor List</a>

templates/checkout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="/"><img src="static/gem.png" class="icon">GEMS</a>
1010
<a href="{{ url_for('checkin') }}">Check-In</a>
1111
<a class='active' href="{{ url_for('checkout') }}">Check-out</a>
12-
<a href="{{ url_for('host') }}">Host-Registration</a>
12+
<a href="{{ url_for('pin') }}">Host-Registration</a>
1313
<div class="topnav-right">
1414
<a href="{{ url_for('allhosts') }}">Host List</a>
1515
<a href="{{ url_for('visitors') }}">Visitor List</a>

templates/host.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<label for="address-label">address</label>
3636
</div>
3737
<input type="text" class="pad" id="address-label" placeholder="Please enter your Address" name = "address" required>
38-
<div>
39-
<label for="pin-label">Enter Pin</label>
40-
</div>
41-
<input type="password" class="pad" id="pin-label" placeholder="Please enter the PIN" name = "pin" required>
4238
<div>
4339
<button id="submit"> Submit </button>
4440
</div>

templates/viewH.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="/"><img src="static/gem.png" class="icon">GEMS</a>
1010
<a href="{{ url_for('checkin') }}">Check-In</a>
1111
<a href="{{ url_for('checkout') }}">Check-out</a>
12-
<a href="{{ url_for('host') }}">Host-Registration</a>
12+
<a href="{{ url_for('pin') }}">Host-Registration</a>
1313
<div class="topnav-right">
1414
<a class='active' href="{{ url_for('allhosts') }}">Host List</a>
1515
<a href="{{ url_for('visitors') }}">Visitor List</a>

templates/viewV.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="/"><img src="static/gem.png" class="icon">GEMS</a>
1010
<a href="{{ url_for('checkin') }}">Check-In</a>
1111
<a href="{{ url_for('checkout') }}">Check-out</a>
12-
<a href="{{ url_for('host') }}">Host-Registration</a>
12+
<a href="{{ url_for('pin') }}">Host-Registration</a>
1313
<div class="topnav-right">
1414
<a href="{{ url_for('allhosts') }}">Host List</a>
1515
<a class='active' href="{{ url_for('visitors') }}">Visitor List</a>

0 commit comments

Comments
 (0)