mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-09 06:03:19 +00:00
Use new common Layout for all pages now.
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% 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">
|
||||
<form method="POST">
|
||||
<div class="card-content">
|
||||
|
Reference in New Issue
Block a user