From fec1397147b0da0db7b09ca81167e210e9d7e101 Mon Sep 17 00:00:00 2001 From: _aandres Date: Thu, 16 Jun 2022 00:16:43 +0200 Subject: [PATCH] fix [back]: add missing } --- server/myapi/templates/bocal.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/myapi/templates/bocal.tex b/server/myapi/templates/bocal.tex index 2d1ccac..6e6cdc4 100644 --- a/server/myapi/templates/bocal.tex +++ b/server/myapi/templates/bocal.tex @@ -1,6 +1,6 @@ {% load film_tags %} -\centerline{\date{% templatetag openbrace %}{{ film.projection_date|date:"l d F Y" }}, {{ film.projection_date|time:"H\hi" }}} +\centerline{\date{% templatetag openbrace %}{{ film.projection_date|date:"l d F Y" }}, {{ film.projection_date|time:"H\hi" }}}} \centerline{Salle Dussane} \centerline{\emph{\Large {{ film.title }}}} \centerline{% templatetag openbrace %}{{ film.director }} ({{ film.release_year }})}