Commit 6789ecbf4b324a6d2ec7cda75a17b14ea7b70f4e

Authored by Miguel Barão
1 parent 35e20aae
Exists in master and in 1 other branch dev

version bump to 2020.05.dev1

perguntations/__init__.py
... ... @@ -32,7 +32,7 @@ proof of submission and for review.
32 32 '''
33 33  
34 34 APP_NAME = 'perguntations'
35   -APP_VERSION = '2020.04.dev5'
  35 +APP_VERSION = '2020.05.dev1'
36 36 APP_DESCRIPTION = __doc__
37 37  
38 38 __author__ = 'Miguel Barão'
... ...
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  
... ...