Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SMASCH
scheduling-system
Merge requests
!113
Resolve "voucher functionality"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "voucher functionality"
182-voucher-functionality
into
master
Overview
0
Commits
6
Pipelines
2
Changes
11
Merged
Piotr Gawron
requested to merge
182-voucher-functionality
into
master
7 years ago
Overview
0
Commits
6
Pipelines
2
Changes
11
Expand
Closes
#182 (closed)
Edited
7 years ago
by
Piotr Gawron
0
0
Merge request reports
Viewing commit
1ed1d7a5
Prev
Next
Show latest version
11 files
+
162
−
73
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
1ed1d7a5
unit tests for voucher forms
· 1ed1d7a5
Piotr Gawron
authored
7 years ago
smash/web/forms/__init__.py
+
3
−
1
Options
@@ -4,8 +4,10 @@ from forms import WorkerAddForm, \
AvailabilityEditForm
,
HolidayAddForm
from
study_subject_forms
import
StudySubjectAddForm
,
StudySubjectDetailForm
,
StudySubjectEditForm
from
subject_forms
import
SubjectAddForm
,
SubjectEditForm
,
SubjectDetailForm
from
voucher_forms
import
VoucherTypeForm
,
VoucherTypePriceForm
,
VoucherForm
__all__
=
[
StudySubjectAddForm
,
StudySubjectDetailForm
,
StudySubjectEditForm
,
WorkerAddForm
,
WorkerEditForm
,
AppointmentDetailForm
,
AppointmentEditForm
,
AppointmentAddForm
,
VisitDetailForm
,
VisitAddForm
,
ContactAttemptForm
,
ContactAttemptEditForm
,
KitRequestForm
,
StatisticsForm
,
AvailabilityAddForm
,
AvailabilityEditForm
,
HolidayAddForm
,
SubjectAddForm
,
SubjectEditForm
,
SubjectDetailForm
]
AvailabilityEditForm
,
HolidayAddForm
,
SubjectAddForm
,
SubjectEditForm
,
SubjectDetailForm
,
VoucherTypeForm
,
VoucherTypePriceForm
,
VoucherForm
]
Loading