Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Merge requests
!34
Include print view for substitutions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Include print view for substitutions
60-include-substitutions-print-view
into
master
Overview
19
Commits
4
Pipelines
0
Changes
2
Merged
Jonathan Weth
requested to merge
60-include-substitutions-print-view
into
master
5 years ago
Overview
19
Commits
4
Pipelines
0
Changes
2
Expand
Close
#60 (closed)
0
0
Merge request reports
Viewing commit
767bb33b
Prev
Next
Show latest version
2 files
+
11
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
767bb33b
Make number of days shown in substitutions print view configurable
· 767bb33b
Jonathan Weth
authored
5 years ago
aleksis/apps/chronos/settings.py
0 → 100644
+
8
−
0
Options
from
django.utils.translation
import
gettext_lazy
as
_
CONSTANCE_CONFIG
=
{
"
CHRONOS_SUBSTITUTIONS_PRINT_DAY_NUMBER
"
:
(
2
,
_
(
"
Number of days shown on substitutions print view
"
)),
}
CONSTANCE_CONFIG_FIELDSETS
=
{
"
Chronos settings
"
:
(
"
CHRONOS_SUBSTITUTIONS_PRINT_DAY_NUMBER
"
,),
}
Loading