summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-12 21:49:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-12 21:49:26 +0100
commit6ac88f40187864d4dd247c76de576dcbb4f15653 (patch)
tree78bea5ebb08b838ac9c8c45bc66bbe6f091920da /templates/layouts
parent2604abad4e685cb485922fc82feef54f805e3e36 (diff)
implement account deletion
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index efd7ee4..028f293 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -32,6 +32,10 @@
</nav>
<div class="container">
+ % my $acc = get_user_data();
+ % if ($acc and $acc->{deletion_requested}) {
+ %= include '_deletion_note', timestamp => $acc->{deletion_requested}
+ % }
%= content
</div>