Skip to content

Commit

Permalink
Change styleguide wording on crispy-forms
Browse files Browse the repository at this point in the history
We don't use crispy-forms any more, but our internal form template
system mimics the subset of crispy-forms that we were once using.
  • Loading branch information
lunkwill42 committed Nov 20, 2024
1 parent 4b26832 commit 87f14d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 87f14d9

Please sign in to comment.