From e113e2259c25514d5fb80021f1eed7bb2dd97ed0 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 26 Aug 2020 20:07:32 +0200 Subject: updates --- templates/curating.html | 51 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 16 deletions(-) (limited to 'templates/curating.html') diff --git a/templates/curating.html b/templates/curating.html index bdd6536..bad1b66 100644 --- a/templates/curating.html +++ b/templates/curating.html @@ -1,21 +1,40 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ bag('translation', this.alt, 'curating') }}

- -

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

-

Start: {{ this.date_start|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

-

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

-

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

-

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

-

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

- {{ this.info }} -
-
+
+ + + + + + + + + + + + + + + + + + + + + + + {% if this.tfwebsite == True %} + + {% endif %} + {% if this.comment == true %} + + {% endif %} +

{{ bag('translation', this.alt, 'curating') }}

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}
Start: {{ this.date_start|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}
{{ bag('translation', this.alt, 'place') }}: {{ this.place }}
{{ bag('translation', this.alt, 'country') }}: {{ this.country }}
{{bag('translation', this.alt, 'website')}}: {{this.website}}
{{ this.comment }}
+
+
+
+ {{ this.info }}
+
{% endblock %} -- cgit v1.2.3