|
|
@@ -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> |
|
|
|
%endif |