Commit faf3b45e035477631f9255d7b0c231fa35208cd5
1 parent
94f0b672
Exists in
master
minor update in template link
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
BUGS.md
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | |
3 | 3 | ## BUGS |
4 | 4 | |
5 | +- No python3.12 aparentemente nao se pode instalar com `pip --user` | |
5 | 6 | - em caso de timeout na submissão (e.g. JOBE ou script nao responde) a correcção |
6 | 7 | não termina e o teste não é guardado. |
7 | 8 | - modo --review nao implementado em testfactory.py |
... | ... |
perguntations/templates/review.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | |
9 | 9 | <!-- Styles --> |
10 | 10 | <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css"> |
11 | - <link rel="stylesheet" type="text/css" href="/static/bootstrap-icons/font/bootstrap-icons.css"> | |
11 | + <link rel="stylesheet" type="text/css" href="/static/bootstrap-icons/font/bootstrap-icons.min.css"> | |
12 | 12 | <link rel="stylesheet" type="text/css" href="/static/css/github.css"> <!-- syntax highlight --> |
13 | 13 | <link rel="stylesheet" type="text/css" href="/static/css/test.css"> |
14 | 14 | |
... | ... |