From 87f0d6c84973060ed36e3f0728ffb8061a4dafe1 Mon Sep 17 00:00:00 2001 From: Adam Georgsson Date: Sat, 12 Dec 2020 10:07:59 +0100 Subject: [PATCH] Move all gdpr html to template --- resources/views/new_listing.html.twig | 4 +--- resources/views/templates/gdpr.html.twig | 6 ++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/new_listing.html.twig b/resources/views/new_listing.html.twig index b73298a..4395e72 100644 --- a/resources/views/new_listing.html.twig +++ b/resources/views/new_listing.html.twig @@ -50,10 +50,8 @@ + {% include 'templates/gdpr.html.twig'%} - diff --git a/resources/views/templates/gdpr.html.twig b/resources/views/templates/gdpr.html.twig index 891a00b..7a9dcac 100644 --- a/resources/views/templates/gdpr.html.twig +++ b/resources/views/templates/gdpr.html.twig @@ -1,2 +1,4 @@ -

GDPR notice

-

Personal info you post here will be stored 1 year or until you remove it by yourself.

\ No newline at end of file + \ No newline at end of file