Skip to content
Snippets Groups Projects
Commit a3ca0f27 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Use new common Layout for all pages now.

parent 8405f548
Branches
Tags
No related merge requests found
app/static/images/logo_dfg.png

2.64 KiB

...@@ -3,7 +3,7 @@ ...@@ -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 @@ ...@@ -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
......
{% 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() }}
......
{% 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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment