diff --git a/app/views/grants/_form.html.erb b/app/views/grants/_form.html.erb
index 773ffeb..4226fe5 100644
--- a/app/views/grants/_form.html.erb
+++ b/app/views/grants/_form.html.erb
@@ -228,7 +228,7 @@
toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
- 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
+ 'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
});
@@ -244,7 +244,7 @@
toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
- 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
+ 'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }',
language: 'pl'
});
@@ -261,7 +261,7 @@
toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
- 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
+ 'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
});
});