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
<spanclass="info" title="Total maximum time for each evaluation when using an interpreted language, in seconds."></span>
63
63
Interpreted lang. time limit
64
64
</td>
65
-
<td><inputtype="text" name="time_limit_interpreted_{{ dataset.id }}" value="{{ 1 if original_dataset is none else original_dataset.time_limit_interpreted or "" }}"/> second(s)</td>
65
+
<td><inputtype="text" name="time_limit_interpreted" value="{{ "" if original_dataset is none else original_dataset.time_limit_interpreted or "" }}"/> second(s)</td>
0 commit comments