|
|
|
@ -2,6 +2,9 @@
@@ -2,6 +2,9 @@
|
|
|
|
|
{% import 'bootstrap/wtf.html' as wtf %} |
|
|
|
|
|
|
|
|
|
{% block app_content %} |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-xs-0 col-md-1"></div> |
|
|
|
|
<div class="col-xs-12 col-md-10"> |
|
|
|
|
<h1>Welcome, {{ user.name }}!</h1> |
|
|
|
|
<p> |
|
|
|
|
If you found this page, it probably means someone who is organising a hunt invited you by |
|
|
|
@ -11,4 +14,7 @@
@@ -11,4 +14,7 @@
|
|
|
|
|
</p> |
|
|
|
|
<a href="{{ url_for('main.index') }}"><button class="btn btn-primary">Set Password</button></a> |
|
|
|
|
<a href="{{ url_for('auth.user_hash_login', auth_hash=user.auth_hash, login='true') }}"><button class="btn btn-primary">Start Playing!</button></a> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-xs-0 col-md-1"></div> |
|
|
|
|
</div> |
|
|
|
|
{% endblock %} |