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
80868b77
Commit
80868b77
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Check for permissions
parent
de1ea314
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!111
Resolve "[Person overview] Implement multiple selection for marking absences as excused or for deleting"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/alsijil/templates/alsijil/class_register/person.html
+10
-8
10 additions, 8 deletions
...apps/alsijil/templates/alsijil/class_register/person.html
poetry.lock
+1184
-370
1184 additions, 370 deletions
poetry.lock
with
1194 additions
and
378 deletions
aleksis/apps/alsijil/templates/alsijil/class_register/person.html
+
10
−
8
View file @
80868b77
...
...
@@ -92,14 +92,16 @@
<form
action=
""
method=
"post"
class=
""
>
{% csrf_token %}
<div
class=
"col s12 m9 l7 pull-m3 pull-l5 row"
>
<div
class=
"col s12 m10"
>
{% form form=action_form %}{% endform %}
</div>
<div
class=
"col s10 m2"
>
<button
type=
"submit"
class=
"btn waves-effect waves-light medium-high"
>
Run
<i
class=
"material-icons right"
>
send
</i>
</button>
</div>
{% if can_mark_all_as_excused %}
<div
class=
"col s12 m10"
>
{% form form=action_form %}{% endform %}
</div>
<div
class=
"col s10 m2"
>
<button
type=
"submit"
class=
"btn waves-effect waves-light medium-high"
>
Run
<i
class=
"material-icons right"
>
send
</i>
</button>
</div>
{% endif %}
</div>
{% render_table personal_notes_table %}
</form>
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
1184
−
370
View file @
80868b77
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
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