Commit 6789ecbf4b324a6d2ec7cda75a17b14ea7b70f4e
1 parent
35e20aae
Exists in
master
and in
1 other branch
version bump to 2020.05.dev1
Showing
2 changed files
with
8 additions
and
6 deletions
Show diff stats
perguntations/__init__.py
perguntations/templates/admin.html
... | ... | @@ -69,12 +69,14 @@ |
69 | 69 | |
70 | 70 | <div class="jumbotron"> |
71 | 71 | <h3 id="title"></h3> |
72 | - Ref: <span id="ref"></span><br> | |
73 | - Enunciado: <span id="filename"></span><br> | |
74 | - Base de dados: <span id="database"></span><br> | |
75 | - Testes submetidos: <span id="answers_dir"></span> | |
76 | 72 | <p> |
77 | - <a href="/adminwebservice?cmd=testcsv" class="btn btn-primary">Obter CSV com as notas</a> | |
73 | + Referência: <code id="ref">--</code><br> | |
74 | + Ficheiro de configuração do teste: <code id="filename">--</code><br> | |
75 | + Testes em formato JSON no directório: <code id="answers_dir">--</code><br> | |
76 | + Base de dados: <code id="database">--</code><br> | |
77 | + </p> | |
78 | + <p> | |
79 | + <a href="/adminwebservice?cmd=testcsv" class="btn btn-primary">Obter CSV com as notas</a> | |
78 | 80 | </p> |
79 | 81 | </div> <!-- jumbotron --> |
80 | 82 | ... | ... |