Skip to content

Commit 0e11070

Browse files
committed
fix wrong naming for oc-check
1 parent 106dadf commit 0e11070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blocks/OpenCastBlock/templates/student_view.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{#oc_installed}}
1+
{{#oc_present}}
22
<input type="hidden" value="{{opencast_content}}">
33
{{#url_isset}}
44
{{#useplayer}}
@@ -20,4 +20,4 @@
2020
{{#i18n}}Es wurde kein OpenCast-Video ausgewählt.{{/i18n}}
2121
</div>
2222
{{/url_isset}}
23-
{{/oc_installed}}
23+
{{/oc_present}}

0 commit comments

Comments
 (0)