mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Remove todos
This commit is contained in:
parent
ef38ebe7e8
commit
5fa7cc351f
2 changed files with 1 additions and 3 deletions
|
@ -8,8 +8,6 @@
|
|||
|
||||
AdvLabDB is a database with a web interface for labs.
|
||||
|
||||
<!-- TODO: Screenshots -->
|
||||
|
||||
Admins have an interface to manage students, groups, experiments, appointments, marks and analyse data.
|
||||
|
||||
Assistants have a separate interface to set marks and schedule appointments with students.
|
||||
|
|
|
@ -16,4 +16,4 @@ def randomPassword() -> str:
|
|||
|
||||
|
||||
def reportBadAttempt(message: str) -> None:
|
||||
print("BAD ATTEMPT:", message) # TODO: Log
|
||||
print("BAD ATTEMPT:", message)
|
||||
|
|
Loading…
Reference in a new issue