Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDE
nk20
Commits
5de930bf
Commit
5de930bf
authored
1 year ago
by
quark
Browse files
Options
Downloads
Patches
Plain Diff
Update forms.py
parent
f7ebe0e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!243
changement template facture
Pipeline
#13713
passed with warnings with stages
in 15 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/registration/forms.py
+7
-7
7 additions, 7 deletions
apps/registration/forms.py
with
7 additions
and
7 deletions
apps/registration/forms.py
+
7
−
7
View file @
5de930bf
...
...
@@ -5,7 +5,7 @@ from django import forms
from
django.contrib.auth.forms
import
UserCreationForm
from
django.contrib.auth.models
import
User
from
django.utils.translation
import
gettext_lazy
as
_
#from member.models import Club
#
from member.models import Club
from
note.models
import
NoteSpecial
,
Alias
from
note_kfet.inputs
import
AmountInput
...
...
@@ -117,10 +117,10 @@ class ValidationForm(forms.Form):
)
# If the bda exists
# if Club.objects.filter(name__iexact="bda").exists():
#
if Club.objects.filter(name__iexact="bda").exists():
# The user can join the bda club at the inscription
# join_bda = forms.BooleanField(
# label=_("Join BDA Club"),
# required=False,
# initial=True,
# )
#
join_bda = forms.BooleanField(
#
label=_("Join BDA Club"),
#
required=False,
#
initial=True,
#
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment