You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
488 B
20 lines
488 B
<form id="ajax_form" action="{{ url(route) }}" method="post"> |
|
{{ get_hidden_inputs(url_params) }} |
|
|
|
<fieldset class="pma-fieldset input"> |
|
<table> |
|
<tr> |
|
<td>{% trans 'From' %}</td> |
|
<td> |
|
<input type="text" name="from_prefix" id="initialPrefix"> |
|
</td> |
|
</tr> |
|
<tr> |
|
<td>{% trans 'To' %}</td> |
|
<td> |
|
<input type="text" name="to_prefix" id="newPrefix"> |
|
</td> |
|
</tr> |
|
</table> |
|
</fieldset> |
|
</form>
|
|
|