Commit 423e76a3 by mhasan

logout

parent 035630ed
Showing with 0 additions and 5 deletions
...@@ -54,11 +54,6 @@ ...@@ -54,11 +54,6 @@
<input class='btn btn-success'type="submit" name="submit" value="submit"> <input class='btn btn-success'type="submit" name="submit" value="submit">
</form> </form>
<br> <br>
<form method="GET" action="php/logout.php">
<input class='btn btn-danger' type = 'submit' name =' logout' value = 'logout'>
</form>
{% if login is not null %} {% if login is not null %}
<h3 style="text-align:center;"> Incorrect username and password, please try again!</h3> <h3 style="text-align:center;"> Incorrect username and password, please try again!</h3>
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment