name defined for submit button

This commit is contained in:
Serghei Mihai 2015-04-13 09:20:43 +02:00
parent 8ae3eb9eec
commit 74a70b4f50
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
{% endfor %}
</tbody>
</table>
<input type="submit" value="{% trans "Modify" %}"/>
<input type="submit" value="{% trans "Modify" %}" name="{{ submit_name }}"/>
</form>
</div>