Use new common Layout for all pages now.

This commit is contained in:
Patrick Jentsch 2019-07-10 09:47:29 +02:00
parent 8405f54868
commit a3ca0f27ac
4 changed files with 15 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -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

View File

@ -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() }}

View File

@ -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">