From 337220021940e76e3319eb5bc86c59c9b34060e4 Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Wed, 30 Dec 2020 12:17:45 +0100 Subject: [PATCH] Refactor display and add copy button --- litl/templates/base.html | 1 + litl/templates/display.html | 47 ++++++++++++++++++++++++++++++++++--- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/litl/templates/base.html b/litl/templates/base.html index 320d292..0327dd0 100644 --- a/litl/templates/base.html +++ b/litl/templates/base.html @@ -7,6 +7,7 @@ + diff --git a/litl/templates/display.html b/litl/templates/display.html index 479148b..e4f6eb6 100644 --- a/litl/templates/display.html +++ b/litl/templates/display.html @@ -1,7 +1,48 @@ {% extends 'base.html' %} {% block content %} -Slug : {{slug.slug}} -Destination: {{slug.destination}} -Date: {{slug.date}} +
+
+

{{slug.destination}}

+
+ +

+
+

litl.auro.re/{{slug.slug}}

+
+ +
+ + + {% endblock %}