Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<form id="ajax_form" action="{{ url(route) }}" method="post">
{{ get_hidden_inputs(url_params) }}
<fieldset class="input">
<table class="pma-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>