Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project Allocator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edtech
Project Allocator
Merge requests
!11
Add deadline to prevent further changes from staff.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add deadline to prevent further changes from staff.
prevent-changes-from-staff
into
master
Overview
1
Commits
3
Pipelines
2
Changes
8
All threads resolved!
Hide all comments
Merged
Andrea Callia D'Iddio
requested to merge
prevent-changes-from-staff
into
master
2 years ago
Overview
1
Commits
3
Pipelines
2
Changes
8
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 2
a5e5c8d7
2 years ago
version 1
4daf7645
2 years ago
master (base)
and
latest version
latest version
dbc9ab6c
3 commits,
2 years ago
version 2
a5e5c8d7
2 commits,
2 years ago
version 1
4daf7645
1 commit,
2 years ago
8 files
+
92
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
app/messages/__init__.py
+
2
−
0
Options
from
.message_builders
import
(
deadline_expired_for_staff
,
deadline_expired_for_students
,
login_manager_message
,
login_unsuccessful_error
,
@@ -17,3 +18,4 @@ PROJECT_NOT_FOUND = project_not_found()
SHORTLIST_NOT_FOUND
=
shortlist_not_found
()
DEADLINE_EXPIRED_FOR_STUDENTS
=
deadline_expired_for_students
()
DEADLINE_EXPIRED_FOR_STAFF
=
deadline_expired_for_staff
()
Loading