variable name typo fix

This commit is contained in:
Serghei Mihai 2014-11-14 15:40:39 +01:00
parent fce61192f8
commit f133797268
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
{% for key, value in federation.hidden_inputs.iteritems %}
<input type="hidden" name="{{ key }}" value="{{ value }}"/>
{% endfor %}
{% for button_nane, button_label in federation.buttons %}
{% for button_name, button_label in federation.buttons %}
<button name="{{ button_name }}">{{ button_label }}</button>
{% endfor %}
</form>