Add help text and trans
This commit is contained in:
parent
a1bcc2cb46
commit
8ba39a1f97
6 changed files with 85 additions and 22 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue