diff --git a/python/nav/web/templates/styleguide.html b/python/nav/web/templates/styleguide.html index 44873be688..4774a8f7a2 100644 --- a/python/nav/web/templates/styleguide.html +++ b/python/nav/web/templates/styleguide.html @@ -399,8 +399,8 @@
jQuery UI Tabs

Forms

- We use django-crispy-forms - for "easy" and nice form layout. The advantages are: + We use a "django-crispy-forms-inspired" template system for "easy" and nice form layout. + The advantages are:

- There are many customizations done to the crispy forms. Basically, if you - need to create forms - ask on mail/jabber/irc. + Use existing forms as examples for how to build your own. If you have questions, ask them + on the NAV mailing lists or GitHub discussion forums.

{% include 'custom_crispy_templates/flat_form.html' with form=form1 %}