Private
Public Access
1
0

gdpr-optin

This commit is contained in:
Sander Roosendaal
2018-10-10 13:59:53 +02:00
parent 830af9aa3a
commit 401fc7c82a
8 changed files with 145 additions and 128 deletions

View File

@@ -1,12 +1,11 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Delete your account{% endblock %}
{% block content %}
<div class="grid_12">
<h2>Delete your account</h2>
{% block main %}
<h1>Delete your account</h1>
<hr>
<p><b>Warning: This will remove your account and all your data.
You will not be able to recover from this action. We cannot restore
@@ -17,6 +16,9 @@
<button class="btn btn-primary" type="submit" name="action">Confirm</button>
</form>
</div>
{% endblock %}
{% block sidebar %}
{% include 'menu_profile.html' %}
{% endblock %}