Skip to content

Commit

Permalink
add margins
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Sep 22, 2023
1 parent d8c507e commit 3b0b3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/administration/forms/form-invitation-student.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<input name="schoolId" type="hidden" data-force-value="true" value="{{currentSchool}}" />
<div class="form-group">
{{#ifeq @root.theme.name "brb"}}
<label for="invitation-link">
<label for="invitation-link" class="mb-1">
{{$t "administration.form_InvitationStudent.label.distributeLinkToInviteShort" (dict "shortTitle" @root.theme.theme_title)}}
</label>
{{else}}
{{#ifeq @root.theme.name "n21"}}
<label for="invitation-link">
<label for="invitation-link" class="mb-1">
{{$t "administration.form_InvitationStudent.label.distributeLinkToInviteShort" (dict "shortTitle" @root.theme.theme_title)}}
</label>
{{else}}
Expand Down

0 comments on commit 3b0b3f3

Please sign in to comment.