From 0fefb18f3a260977defb7dc32d473435f1c6052d Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Wed, 12 Oct 2016 00:41:54 +0200
Subject: [PATCH] added permission hint

---
 templates/macros.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/macros.html b/templates/macros.html
index fc6285d..8035c38 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -211,9 +211,9 @@ $('#embedcodebtn').popover(
 			{{ permlogos|safe }}	
 		</button>
 	{% else %}
-		<a>
+		<span title="{{permdescription[1]}}">
 			{{ permlogos|safe }}	
-		</a>
+		</span>
 	{% endif %}
 	
 {% endmacro %}
-- 
GitLab