templates: in passerelle_register_plugin/plugin.html update template for the submit button

This commit is contained in:
Benjamin Dauvergne 2014-04-29 16:40:54 +02:00
parent 9369e715dc
commit c82eeb8830
1 changed files with 1 additions and 1 deletions

View File

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