Skip to content
Snippets Groups Projects
Unverified Commit 07728e2d authored by Arne Schröder, M. A.'s avatar Arne Schröder, M. A. Committed by GitHub
Browse files

add course name option

parent 50a5af18
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,23 @@
</fieldset>
<? if (is_object($single_course)) : ?>
<fieldset>
<legend>
<?= _("Veranstaltungsname") ?>
</legend>
<label>
<?= _("Name der neuen Veranstaltung") ?>
<input type="text"
required
name="single_course_name"
value="<?= $single_course->name ?>">
</label>
</fieldset>
<? endif ?>
<fieldset>
<legend>
<?= _("Termine") ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment