mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Use new common Layout for all pages now.
This commit is contained in:
parent
8405f54868
commit
a3ca0f27ac
BIN
app/static/images/logo_dfg.png
Normal file
BIN
app/static/images/logo_dfg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
@ -3,7 +3,7 @@
|
|||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<div class="col s12 m4">
|
<div class="col s12 m4">
|
||||||
<h3>New to Opaque?</h3>
|
<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>
|
<p><a href="{{ url_for('auth.register') }}" class="waves-effect waves-light btn">Registration</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<span class="helper-text" style="color:red;">{{ error }}</span>
|
<span class="helper-text" style="color:red;">{{ error }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</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">
|
<div class="switch right">
|
||||||
<label>
|
<label>
|
||||||
Remember me
|
Remember me
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
{% extends "base.html.j2" %}
|
{% extends "base.html.j2" %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<div class="col s12 m8 offset-m2">
|
<div class="col s12 m4">
|
||||||
<div class="card">
|
<h3>Lorem ipsum</h3>
|
||||||
|
<p>dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m8">
|
||||||
|
<div class="card small">
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
{% extends "base.html.j2" %}
|
{% extends "base.html.j2" %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<div class="col s12">
|
<div class="col s12 m4">
|
||||||
|
<h3>Lost password?</h3>
|
||||||
|
<p>After entering your email address you will get an email with instruchtions about how to reset your password.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m8">
|
||||||
<div class="card small">
|
<div class="card small">
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
|
Loading…
Reference in New Issue
Block a user