From cee12b14ce6724523dbf56cb5f4f8c19f90de76a Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Wed, 20 Nov 2024 14:08:57 +0000 Subject: [PATCH] Fix obsolete crispy-forms and contact reference We no longer use crispy-forms, so we don't have any "customizations" of it. Also, we never used Jabber, the IRC channel has been discontinued and we prefer mailing lists to direct, person e-mails, so this wording was also changed. --- python/nav/web/templates/styleguide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/nav/web/templates/styleguide.html b/python/nav/web/templates/styleguide.html index 5b589ea0e5..f9bdf0b315 100644 --- a/python/nav/web/templates/styleguide.html +++ b/python/nav/web/templates/styleguide.html @@ -411,8 +411,8 @@

Forms

- 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 %}