DSatishchandra commited on
Commit
0fbe1f7
·
verified ·
1 Parent(s): 674e2fc

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -0
templates/menu.html CHANGED
@@ -166,6 +166,11 @@
166
  </style>
167
  </head>
168
  <body>
 
 
 
 
 
169
  <div class="container mt-4">
170
  <h1 class="text-center">Menu</h1>
171
 
 
166
  </style>
167
  </head>
168
  <body>
169
+ <div class="logout-button-container">
170
+ <form action="{{ url_for('logout') }}" method="POST">
171
+ <button type="submit" class="logout-button">Logout</button>
172
+ </form>
173
+ </div>
174
  <div class="container mt-4">
175
  <h1 class="text-center">Menu</h1>
176