diff --git a/pyproger/templates/admin/edit.html b/pyproger/templates/admin/edit.html
index 48a8263..d588766 100644
--- a/pyproger/templates/admin/edit.html
+++ b/pyproger/templates/admin/edit.html
@@ -10,5 +10,5 @@
{{ ckeditor.load() }}
{{ ckeditor.config(name='title')}}
{{ ckeditor.config(name='description')}}
- {{ ckeditor.config(name='text')}}
+ {{ ckeditor.config(name='text', height=700)}}
{% endblock %}