mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-22 20:11:35 +00:00
Use new common Layout for all pages now.
This commit is contained in:
app
static
images
templates
@@ -3,7 +3,7 @@
|
||||
{% block page_content %}
|
||||
<div class="col s12 m4">
|
||||
<h3>New to Opaque?</h3>
|
||||
<p>In case you are new to Opaque, you can create a free account at our register page.</p>
|
||||
<p>It's free to join and easy to use. Continue on to our registration page to create your Opaque account.</p>
|
||||
<p><a href="{{ url_for('auth.register') }}" class="waves-effect waves-light btn">Registration</a>
|
||||
</div>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<span class="helper-text" style="color:red;">{{ error }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<a href="{{ url_for('auth.password_reset_request') }}" class="left">Forgot Password?</a>
|
||||
<a href="{{ url_for('auth.password_reset_request') }}" class="left">Forgot your password?</a>
|
||||
<div class="switch right">
|
||||
<label>
|
||||
Remember me
|
||||
|
Reference in New Issue
Block a user