mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 21:35:12 +00:00
Refactor webservice to use SQLAlchemy and other good stuff
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h2>Welcome, {{session.username}}</h2>
|
||||
<p>You have successfully logged in</p>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user