Commit faf3b45e035477631f9255d7b0c231fa35208cd5

Authored by Miguel Barão
1 parent 94f0b672
Exists in master

minor update in template link

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