Commit fa76a4ceb2d64f8a6bcd69acd5742d7ca09aa799

Authored by Miguel Barão
1 parent 81e5de09
Exists in master and in 1 other branch dev

- adicionado autocomplete=off no teste

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
BUGS.md
... ... @@ -27,6 +27,7 @@
27 27  
28 28 # FIXED
29 29  
  30 +- barras com notas em grade estão desalinhadas.
30 31 - erros nos generators devem ser ERROR e não WARNING.
31 32 - se directorio "logs" não existir no directorio actual aborta com mensagem de erro.
32 33 - se um teste tiver a mesma pergunta repetida (ref igual), rebenta na correcçao. As respostas são agregadas numa lista para cada ref. Ex: {'ref1': 'resposta1', 'ref2': ['resposta2a', 'resposta2b']}
... ...
templates/test.html
... ... @@ -74,7 +74,7 @@
74 74 <div class="container">
75 75 <div class="row">
76 76  
77   - <form action="/correct/" method="post" id="test">
  77 + <form action="/correct/" method="post" id="test" autocomplete="off">
78 78 <%!
79 79 import yaml
80 80 from tools import md_to_html
... ...