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
Merge requests
!88
Resolve "Check (responsive) design"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Check (responsive) design"
94-check-responsive-design
into
master
Overview
4
Commits
27
Pipelines
6
Changes
3
Merged
Julian
requested to merge
94-check-responsive-design
into
master
4 years ago
Overview
4
Commits
27
Pipelines
6
Changes
3
Expand
Closes
#94 (closed)
Closes
#100 (closed)
Closes
#101 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
4010ae0f
Prev
Next
Show latest version
3 files
+
16
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
4010ae0f
Use a better format of tardiness time
· 4010ae0f
Julian
authored
4 years ago
aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html
+
2
−
2
Options
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load material_form i18n week_helpers static data_helpers rules %}
{% load material_form i18n week_helpers static data_helpers rules
time_helpers
%}
{% block browser_title %}{% blocktrans %}Week view{% endblocktrans %}{% endblock %}
@@ -235,7 +235,7 @@
({{ person.person.unexcused_count }} {% trans "unexcused" %})
</p>
<p
class=
"card-text"
>
{% trans "Summed up tardiness" %}: {
{
person.person.tardiness_sum
}}'
{% trans "Summed up tardiness" %}: {
% firstof
person.person.tardiness_sum
|to_time|time:"H\h i\m" "–" %}
</p>
{% for extra_mark in extra_marks %}
<p
class=
"card-text"
>
Loading