buttons fixed
This commit is contained in:
parent
dc986d19e0
commit
36562f5855
|
@ -46,7 +46,7 @@ class InternForm(ModelForm):
|
|||
exclude = ('granted', 'granted_date', 'survey_mail_send')
|
||||
|
||||
class TravelForm(ModelForm):
|
||||
|
||||
# TODO: add some javascript to show/hide other-field
|
||||
class Meta:
|
||||
model = Travel
|
||||
exclude = ('granted', 'granted_date', 'survey_mail_send', 'realname', 'email',)
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
{% endif %}
|
||||
</table>
|
||||
{% if wizard.steps.prev %}
|
||||
<button formnovalidate="formnovalidate" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">{% trans "Zurück" %}</button>
|
||||
<button formnovalidate="formnovalidate" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">Zurück</button>
|
||||
{% endif %}
|
||||
<input type="submit" value="{% trans "Abschicken" %}"/>
|
||||
<button type="submit" value="{% trans "Abschicken" %}">Abschicken</button>
|
||||
</form>
|
||||
</center>{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue