Skip to content

Commit

Permalink
Fix: add lecturehalls to create-lecture-form-slide
Browse files Browse the repository at this point in the history
  • Loading branch information
joschahenningsen committed Aug 23, 2023
1 parent 6fac47b commit 8519c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{define "lecture-details-slide"}}

{{- /*gotype: github.com/joschahenningsen/TUM-Live/web.EditCourseData*/ -}}
{{$course := .IndexData.TUMLiveContext.Course}}
<span class="text-sm text-5 pl-2">Options</span>
<div class="col-span-full flex gap-3 px-2 py-2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

{{- /* Tab 2 */ -}}
<div x-show="currentTab === 1" class="grid grid-cols-2 space-x-2">
{{template "lecture-details-slide"}}
{{template "lecture-details-slide" .}}
</div>

{{- /* Tab 3 */ -}}
Expand Down

0 comments on commit 8519c75

Please sign in to comment.