diff --git a/themes/_global/js/saveLink.js b/themes/_global/js/saveLink.js
index a7acd84c3..9f66b73f1 100755
--- a/themes/_global/js/saveLink.js
+++ b/themes/_global/js/saveLink.js
@@ -4,6 +4,8 @@ $.fn.ready(function() {
$bagitForm = $('#bagit-form'),
$bagitFormForm = $('#bagit-form-form');
+$("#tags2add").hide();
+
/* ==========================================================================
bag it link and close button
========================================================================== */
@@ -78,6 +80,11 @@ $.fn.ready(function() {
event.preventDefault();
});
+$('#showtaginput').click(function(){
+ $('#tags2add').toggle();
+});
+
+
/* ==========================================================================
Keyboard gestion
========================================================================== */
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig
index bf2ae9037..bc4391347 100755
--- a/themes/baggy/_pocheit-form.twig
+++ b/themes/baggy/_pocheit-form.twig
@@ -4,6 +4,8 @@
+ Add tags
+