Add help text and trans

This commit is contained in:
cuom1999 2022-06-02 00:20:45 -05:00
parent a1bcc2cb46
commit 8ba39a1f97
6 changed files with 85 additions and 22 deletions

View file

@ -451,17 +451,17 @@
<table class="table">
{{ data_form.as_table() }}
<th>
<label>Autofill testcases:</label>
<label>{{_('Autofill testcases')}}:</label>
</th>
<td>
Problem type:
{{_('Problem type')}}:
<select id="problem-type">
<option value="ICPC">ICPC</option>
<option value="OI">OI</option>
</select>
<a id="fill-testcases" href="#">
<i class="fa fa-circle"></i>
Fill testcases
{{_('Fill testcases')}}
</a>
</td>
</table>