You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/views/User/quickcheck_user_renderexam.html.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
{{ exam_name }}
31
31
</h3>
32
32
<p>
33
-
{% if!currentUser.loggedIn %}
33
+
{% ifnotcurrentUser.loggedIn %}
34
34
<b>{{("Warning, you must be logged in to be able to have your exam graded."|trans)}}</b>
35
35
{% endif %}
36
36
{{("Answer the questions below and if you are a registered user of the site you will see a Grade Exam button. Click it to have your exam graded."|trans) }}</p>
0 commit comments