commit c26c604e9f9283186b0d0298bb42528f7f21ab18
parent fab1d389126af796e95aec70838849598506d3cd
Author: xd <[email protected]>
Date: Fri, 8 Apr 2022 15:20:33 +0200
Added update, delete and extra information to the homescreen
Diffstat:
3 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/pgmles/site.db b/pgmles/site.db
Binary files differ.
diff --git a/pgmles/templates/course.html b/pgmles/templates/course.html
@@ -11,8 +11,6 @@
{%for x in teachers%}
{%if x[0] == course.teacher_id%}
{{x[1]}}
- {%else%}
- Missing Data
{%endif%}
{%endfor%}
</p>
diff --git a/pgmles/templates/index.html b/pgmles/templates/index.html
@@ -12,8 +12,6 @@
{%for x in teachers%}
{%if x[0] == course.teacher_id%}
{{x[1]}}
- {%else%}
- Missing Data
{%endif%}
{%endfor%}
</p>