From: Aleksander Ɓukasz Date: Wed, 18 Dec 2013 11:23:52 +0000 (+0100) Subject: fixing editor bootstrap configuration X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/2be4bf49bd3bb862ffd7ede2914565f9136e7ba2 fixing editor bootstrap configuration --- diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index b4e3862d..3bcd2621 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -63,7 +63,7 @@ {label: '{{forms.text_save.author_email.label}}', name: '{{forms.text_save.author_email.html_name}}', type: 'input', description: '{{forms.text_save.author_email.help_text}}'} ); - config.documentRevertForm.fields.push( + config.documentRestoreForm.fields.push( {label: '{{forms.text_revert.author_name.label}}', name: '{{forms.text_revert.author_name.html_name}}', type: 'input', description: '{{forms.text_revert.author_name.help_text}}'}, {label: '{{forms.text_revert.author_email.label}}', name: '{{forms.text_revert.author_email.html_name}}', type: 'input', description: '{{forms.text_revert.author_email.help_text}}'} );