mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:16:52 +00:00
improve date/time fields in API Metric
This commit is contained in:
parent
c60bdb3b86
commit
b2610abf44
@ -43,7 +43,6 @@ class MetricsForm(forms.Form):
|
||||
initial=str(datetime.now().strftime(settings.API_DATE_FORMAT)),
|
||||
required=False,
|
||||
)
|
||||
|
||||
limit = forms.IntegerField(
|
||||
label=_('Limit'),
|
||||
widget=forms.NumberInput(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user