aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/tasks.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/Staff/tasks.mako')
-rw-r--r--jm2l/templates/Staff/tasks.mako7
1 files changed, 2 insertions, 5 deletions
diff --git a/jm2l/templates/Staff/tasks.mako b/jm2l/templates/Staff/tasks.mako
index 9ff75eb..2a1d389 100644
--- a/jm2l/templates/Staff/tasks.mako
+++ b/jm2l/templates/Staff/tasks.mako
@@ -38,11 +38,8 @@ DicForm = {
<form action="/Staff/tasks" method="post">
%endif
${helpers.DisplayForm(form, DicForm)}
-<input type="submit" />
+<input type="submit" class="btn btn-primary" value="Valider"></input>
</form>
% if 'uid' in form._fields.keys():
${helpers.uploader("tasks", form.uid.data, u"Attachement" )}
-%endif
-<script>
-## var editor = CKEDITOR.replace( 'description', { autoGrow_onStartup: true, language: 'fr' } );
-</script> \ No newline at end of file
+%endif \ No newline at end of file