passerelle_register_plugin/templates: update template for the submit button

This commit is contained in:
Benjamin Dauvergne 2014-04-29 16:42:12 +02:00
parent 481ff86789
commit 553bf1dc65
1 changed files with 1 additions and 1 deletions

View File

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