Holger Frey
7 years ago
4 changed files with 104 additions and 5 deletions
@ -0,0 +1,32 @@
@@ -0,0 +1,32 @@
|
||||
{% extends "ordr2:templates/layout.jinja2" %} |
||||
{% import 'ordr2:templates/macros.jinja2' as macros with context %} |
||||
|
||||
{% block subtitle %} Register {% endblock subtitle %} |
||||
|
||||
{% block content %} |
||||
<div class="content"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
|
||||
<div class="span12"> |
||||
<hgroup id="register-successful"> |
||||
<h1>Registration successful!!</h1> |
||||
</hgroup> |
||||
</div> |
||||
|
||||
<div class="span10 offset1"> |
||||
{{ macros.flash_messages() }} |
||||
<div class="alert block-alert success-alert"> |
||||
<h4 class="alert-heading">Not so fast!</h4> |
||||
<p> |
||||
Before you can log in your account has first to be activated by an admin. |
||||
So lean back and read through the <a href="{{ request.resource_url(request.root, 'faq') }}">FAQ Page</a>. |
||||
Maybe the information will help you use this software better. |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{% endblock content %} |
Reference in new issue