|
|
ce178ff99d
|
Fix bug where course numbers were not parsed
Course numbers cannot only contain digits but also letters. Replacing \d
for digits with \S for any non-whitespace character does the trick.
|
2020-05-10 16:01:08 +02:00 |
|
|
|
ba6d9b24a4
|
Implement detail page for courses
|
2020-05-09 15:56:44 +02:00 |
|
|
|
74bd875427
|
Implement basic search for courses
|
2020-05-09 12:16:20 +02:00 |
|
|
|
ffec7643a4
|
Add skeleton for theses, projects and courses
|
2020-05-01 11:39:57 +02:00 |
|
|
|
4f45c768ec
|
Fix mess made by @Pfingstfrosch
|
2020-04-24 23:02:45 +02:00 |
|