From caa3ace2bc062cc1ceebd0da52786650011eab6b Mon Sep 17 00:00:00 2001 From: Kevin Simper Date: Thu, 5 Jul 2018 15:05:51 +0200 Subject: [PATCH] Add a permalink to each answer --- templates/macros/question.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/macros/question.html b/templates/macros/question.html index f0ee0f1e..9da82a6e 100644 --- a/templates/macros/question.html +++ b/templates/macros/question.html @@ -7,6 +7,9 @@
{{ item.description|safe }} +
+ Permalink +
{% endmacro %}