Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
9a62a282
Commit
9a62a282
authored
Sep 26, 2019
by
Bryan BRANCOTTE
Browse files
preparing for next crispy form release
parent
fdd442a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/urls.py
View file @
9a62a282
...
...
@@ -4,6 +4,7 @@ from django.http import HttpResponse
from
django.shortcuts
import
render
from
django.urls
import
path
,
include
from
django.views
import
View
from
crispy_forms.helper
import
FormHelper
def
blabla
(
request
):
...
...
@@ -31,6 +32,8 @@ class FormExample(forms.Form):
required
=
False
,
help_text
=
"bla bla"
,
)
helper
=
FormHelper
()
helper
.
use_custom_control
=
False
context
=
dict
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment