From b532a620295284fd1c20cbc4c20a63cb73bac938 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 12 Apr 2017 14:07:29 -0300 Subject: [PATCH] Some modifications and now included the print button to print the news --- news/templates/news/view.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/news/templates/news/view.html b/news/templates/news/view.html index 8f5c25a..b8f3703 100644 --- a/news/templates/news/view.html +++ b/news/templates/news/view.html @@ -25,11 +25,11 @@ {% endfor %} {% endif %} -
-
-
+ +
+
-

{{new.title}}

+

{{new.title}}


{{new.creator}}, em {{new.create_date}}

@@ -43,6 +43,12 @@
+ + -
{% endblock %} -- libgit2 0.21.2