Renamed OverviewForm to SummaryForm.
This commit is contained in:
@@ -749,7 +749,7 @@ class TrainerForm(EventCreateForm):
|
||||
|
||||
class ChargesForm(EventCreateForm):
|
||||
_form_title = _(u'Kosten')
|
||||
_next_form_name = 'OverviewForm'
|
||||
_next_form_name = 'SummaryForm'
|
||||
|
||||
charge_key = forms.CharField(disabled=True,
|
||||
label=_(u'Kostenschlüssel'),
|
||||
@@ -867,5 +867,5 @@ class ChargesForm(EventCreateForm):
|
||||
self.fields['additional_costs'].initial = additional_costs_text
|
||||
|
||||
|
||||
class OverviewForm(EventCreateForm):
|
||||
_form_title = _(u'Übersicht')
|
||||
class SummaryForm(EventCreateForm):
|
||||
_form_title = _(u'Zusammenfassung')
|
||||
Reference in New Issue
Block a user