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
Commits
2d7c8af0
Commit
2d7c8af0
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into 51-pdf-export-for-timetables
parents
241ea05f
eb7baabd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!77
Resolve "PDF export for timetables"
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/chronos/views.py
+3
-3
3 additions, 3 deletions
aleksis/apps/chronos/views.py
poetry.lock
+250
-197
250 additions, 197 deletions
poetry.lock
with
253 additions
and
200 deletions
aleksis/apps/chronos/views.py
+
3
−
3
View file @
2d7c8af0
...
...
@@ -168,9 +168,9 @@ def timetable(
"
year
"
:
wanted_week
.
year
,
"
dest
"
:
reverse
(
"
timetable_by_week
"
,
args
=
[
type_
.
value
,
pk
,
wanted_week
.
year
,
wanted_week
.
week
],
)
.
replace
(
str
(
wanted_week
.
year
),
"
year
"
)
.
replace
(
str
(
wanted_week
.
week
),
"
cw
"
)
,
)
[::
-
1
]
.
replace
(
str
(
wanted_week
.
week
)[::
-
1
],
"
cw
"
[::
-
1
],
1
)
.
replace
(
str
(
wanted_week
.
year
)[::
-
1
],
"
year
"
[::
-
1
],
1
)[::
-
1
]
,
}
if
is_smart
:
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
250
−
197
View file @
2d7c8af0
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