aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/approve.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--client/templates/client/approve.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/templates/client/approve.html b/client/templates/client/approve.html
index ddfc30c..3da2677 100644
--- a/client/templates/client/approve.html
+++ b/client/templates/client/approve.html
@@ -30,4 +30,10 @@
</div>
</div>
{% endif %}
+{% endblock %}
+
+{% block script %}
+$(document).ready(function(){
+ $('.tooltipped').tooltip();
+});
{% endblock %} \ No newline at end of file