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
!64
Resolve "Add support for multiple excuse types"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add support for multiple excuse types"
66-add-support-for-multiple-excuse-types
into
master
Overview
1
Commits
9
Pipelines
5
Changes
1
Merged
Jonathan Weth
requested to merge
66-add-support-for-multiple-excuse-types
into
master
4 years ago
Overview
1
Commits
9
Pipelines
5
Changes
1
Expand
Closes
#66 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
66a9e57a
Prev
Next
Show latest version
1 file
+
0
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
66a9e57a
Remove legacy table part
· 66a9e57a
Jonathan Weth
authored
4 years ago
aleksis/apps/alsijil/templates/alsijil/print/full_register.html
+
0
−
9
Options
@@ -290,15 +290,6 @@
@@ -290,15 +290,6 @@
<th
colspan=
"2"
>
{% trans 'Tardiness' %}
</th>
<th
colspan=
"2"
>
{% trans 'Tardiness' %}
</th>
<td>
{{ person.tardiness }}'
</td>
<td>
{{ person.tardiness }}'
</td>
</tr>
</tr>
</thead>
<tbody>
<tr>
<td>
{{ person.absences_count }}
</td>
<td>
{{ person.unexcused }}
</td>
<td>
{{ person.tardiness }}'
</td>
</tr>
</tbody>
</table>
</table>
<h5>
{% trans 'Relevant personal notes' %}
</h5>
<h5>
{% trans 'Relevant personal notes' %}
</h5>
Loading