Commit 31f307ec by Giulio Gratta

simplified save/submit status message conditional

parent c20a10cd
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<span id="answer_${id}"></span> <span id="answer_${id}"></span>
</fieldset> </fieldset>
% if show_correctness == "never" and (value and status not in ['unsubmitted']): % if show_correctness == "never" and value and status != "unsubmitted":
<div class="capa_alert">${submitted_message}</div> <div class="capa_alert">${submitted_message}</div>
%endif %endif
</form> </form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment