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