From ea8d8826b6bed81945a8f85e7e0d70ad6a025e3f Mon Sep 17 00:00:00 2001 From: Esther Kleinhenz Date: Sat, 17 Nov 2018 15:23:17 +0100 Subject: [PATCH] edited tag list in search and changed quotes in txt --- .../templates/blog_search_list_view.html | 31 +- application/templates/tag_list.html | 10 +- application/views.py | 4 +- .../bachelorabeit_EstherKleinhenz.aux | 1 + .../bachelorabeit_EstherKleinhenz.bbl | 8 +- .../bachelorabeit_EstherKleinhenz.blg | 67 ++-- .../bachelorabeit_EstherKleinhenz.lof | 10 +- .../bachelorabeit_EstherKleinhenz.log | 373 ++++++++++-------- .../bachelorabeit_EstherKleinhenz.out | 33 +- .../bachelorabeit_EstherKleinhenz.synctex.gz | Bin 162840 -> 167592 bytes .../bachelorabeit_EstherKleinhenz.toc | 7 +- .../.texpadtmp/chapters/ausblick.aux | 2 +- .../.texpadtmp/chapters/ergebnis.aux | 2 +- .../.texpadtmp/chapters/fazit.aux | 2 +- .../.texpadtmp/chapters/framework.aux | 13 +- .../.texpadtmp/chapters/prototyp.aux | 10 +- .../bachelorabeit_EstherKleinhenz.pdf | Bin 1263418 -> 1267456 bytes .../chapters/einleitung.tex | 4 +- .../chapters/framework.tex | 26 +- .../chapters/prototyp.tex | 68 ++-- .../references/References_2.bib | 10 +- log.txt | 122 ++++++ 22 files changed, 504 insertions(+), 299 deletions(-) diff --git a/application/templates/blog_search_list_view.html b/application/templates/blog_search_list_view.html index 881769a..b033ffd 100644 --- a/application/templates/blog_search_list_view.html +++ b/application/templates/blog_search_list_view.html @@ -1,10 +1,18 @@ {% extends "base.html" %} {% block content %} {% load taggit_templatetags2_tags %} -{% get_tagcloud as tags for 'application' %} -{% include_tagcloud 'application.Post' %}