From e3018750776d68afc39fca4f2cb20fcfd9b4b678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 24 Nov 2019 20:45:40 -0500 Subject: [PATCH] Added UserComments - Schema --- cl-theme/templates/comments.html | 41 +++++++++++++++++++------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/cl-theme/templates/comments.html b/cl-theme/templates/comments.html index badae0c..e1b0d33 100644 --- a/cl-theme/templates/comments.html +++ b/cl-theme/templates/comments.html @@ -1,4 +1,4 @@ -
+

{{ _('Comentarios') }}

@@ -31,22 +31,29 @@
- {% if comment.web %} -

- - {{ comment.author }} - -

- {% else %} -

{{ comment.author }}

- {% endif %} - {{ comment.content }} - - - {{ _('Enlace Permanente') }} - | {{ comment.date|strftime("%H:%M:%S") }} +
+ {% if comment.web %} +

+ + {{ comment.author }} + +

+ {% else %} +

{{ comment.author }}

+ {% endif %} +
+
+ {{ comment.content }} +
+