Rafał Pitoń 11 лет назад
Родитель
Сommit
6f60739888
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/developers/forms.rst

+ 1 - 1
docs/developers/forms.rst

@@ -9,7 +9,7 @@ Using Forms in Misago
 
 
 Misago wraps standard forms library that comes with Django with two extra layers layers of abstraction. First one is `Django-floppyforms <http://django-floppyforms.readthedocs.org/en/latest/>`_ app that allows to use templates to display forms.
- Thanks to this feature, it's possible to render correct markup that `Bootstrap <getbootstrap.com/css/#forms>`_ requires with minimal amount of efford.
+Thanks to this feature, it's possible to render correct markup that `Bootstrap <getbootstrap.com/css/#forms>`_ requires with minimal amount of efford.
 
 
 Misago Forms Module