mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 21:45:12 +00:00
Strip old sqli example app and replace it with a simple login service
This commit is contained in:
9
solvable/src/webservice/templates/internal.html
Normal file
9
solvable/src/webservice/templates/internal.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Welcome, {{session.username}}</h2>
|
||||
<p>You have successfully logged in</p>
|
||||
<a href="{{get_url('logout')}}" class="btn btn-default" >
|
||||
<span class="glyphicon glyphicon-log-out"></span> Logout
|
||||
</a>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user