Skip to content

Commit

Permalink
Merge pull request #3227 from Uninett/cleanup/fix-obsolete-crispyform…
Browse files Browse the repository at this point in the history
…s-refs-in-styleguide

Fix obsolete crispy-forms references in UI styleguide
  • Loading branch information
lunkwill42 authored Nov 22, 2024
2 parents 74edff4 + 2c1a9ae commit 2e45143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/nav/web/templates/styleguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ <h5>jQuery UI Tabs</h5>
<div class="small-6 column">
<h3 class="underline">Forms</h3>
<p>
We use <a href="http://django-crispy-forms.readthedocs.org/en/latest/">django-crispy-forms</a>
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:
</p>

<ul>
Expand All @@ -411,8 +411,8 @@ <h3 class="underline">Forms</h3>
</ul>

<p>
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.
</p>

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

0 comments on commit 2e45143

Please sign in to comment.