From d245df5a4d9d23cfc3f346a2182ea56990dbb57d Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 3 Aug 2017 01:09:55 -0300 Subject: [PATCH] Modified window_view of the bulletin to display other data --- bulletin/templates/bulletin/window_view.html | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) diff --git a/bulletin/templates/bulletin/window_view.html b/bulletin/templates/bulletin/window_view.html index fa09684..30264ba 100644 --- a/bulletin/templates/bulletin/window_view.html +++ b/bulletin/templates/bulletin/window_view.html @@ -1 +1,108 @@ -{{ bulletin.content|safe }} + + +{% load static i18n util_tags %} +{% load widget_tweaks %} + + + + {{ title }} | {{ theme.title }} + + + + + + + + + + + + + + + + + + {% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %} + + {% endwith %} + + + + +
+ {% autoescape off %} + {{ bulletin.content }} + {% endautoescape %} + +
+ +
+
+
{% trans "Check your goals" %}:
+ + + + + + + + + + + + + + + {% for meta in metas%} + + + + + + + + + {% endfor %} + +
MetaMédia da TurmaDados Individuais
DesejadaEstabelecidaAlcançada
{{ meta.description }}{{ meta.desejada }} %{{ meta.estabelecida }} %%
+
+
+ +
+
+
+ +
+
+

{% trans 'There are obstructions to your activities?' %}

+

{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}

+
+
+
+
+ + + + + -- libgit2 0.21.2