Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hiboo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hiboo
Commits
434e5f8b
Verified
Commit
434e5f8b
authored
1 year ago
by
ornanovitch
Browse files
Options
Downloads
Patches
Plain Diff
chore: cleanup PoC
parent
54293996
Branches
130-ameliorer-le-dialogue-de-confirmation
No related tags found
1 merge request
!72
Draft: Resolve "Améliorer le dialogue de confirmation"
Pipeline
#30566
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hiboo/profile/forms.py
+0
-4
0 additions, 4 deletions
hiboo/profile/forms.py
with
0 additions
and
4 deletions
hiboo/profile/forms.py
+
0
−
4
View file @
434e5f8b
...
...
@@ -28,7 +28,3 @@ class ClaimForm(flask_wtf.FlaskForm):
username
=
fields
.
StringField
(
_
(
'
Username
'
),
[
validators
.
DataRequired
()])
password
=
fields
.
PasswordField
(
_
(
'
Password
'
),
[
validators
.
DataRequired
()])
submit
=
fields
.
SubmitField
(
_
(
'
Claim profile
'
))
class
ConfirmationForm
(
flask_wtf
.
FlaskForm
):
submit
=
fields
.
SubmitField
(
_
(
'
Confirm
'
))
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