Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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-Alsijil
Commits
fccd6d36
Verified
Commit
fccd6d36
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Remove additional whitespaces in url tags in lesson.html
parent
ce0b0993
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!211
Resolve "Fix wrong whitespaces in url tags"
Pipeline
#22534
passed
3 years ago
Stage: test
Stage: build
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+8
-0
8 additions, 0 deletions
CHANGELOG.rst
aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
+2
-2
2 additions, 2 deletions
...apps/alsijil/templates/alsijil/class_register/lesson.html
with
10 additions
and
2 deletions
CHANGELOG.rst
+
8
−
0
View file @
fccd6d36
...
...
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* Lesson view didn't work due to additional whitespaces in ``url`` tags.
`2.0rc2`_ - 2021-06-26
----------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
+
2
−
2
View file @
fccd6d36
...
...
@@ -25,7 +25,7 @@
{# Next lesson #}
{% if prev_lesson_person %}
<a
class=
"btn primary waves-effect waves-light alsijil-top-button"
href=
"{% url "
lesson_period
"
prev_lesson_person.week.year
prev_lesson_person.week.week
prev_lesson_person.id
%}"
>
href=
"{% url "
lesson_period
"
prev_lesson_person.week.year
prev_lesson_person.week.week
prev_lesson_person.id
%}"
>
<i
class=
"material-icons left"
>
arrow_back
</i>
{% trans "My previous lesson" %}
</a>
...
...
@@ -34,7 +34,7 @@
{# Previous lesson #}
{% if next_lesson_person %}
<a
class=
"btn primary right waves-effect waves-light alsijil-top-button"
href=
"{% url "
lesson_period
"
next_lesson_person.week.year
next_lesson_person.week.week
next_lesson_person.id
%}"
>
href=
"{% url "
lesson_period
"
next_lesson_person.week.year
next_lesson_person.week.week
next_lesson_person.id
%}"
>
<i
class=
"material-icons right"
>
arrow_forward
</i>
{% trans "My next lesson" %}
</a>
...
...
This diff is collapsed.
Click to expand it.
Jonathan Weth
@hansegucker
mentioned in commit
a5480792
·
3 years ago
mentioned in commit
a5480792
mentioned in commit a54807922f039528ba470004ebdcd4f8d7e034d8
Toggle commit list
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