Fix submit button in overview
Go to Admin -> Overview, or Project -> Overview select a date, and click "Submit" button,then the "Submit" button is disabled, but the Usage info below doesn't seem to respond to the new date range accordingly. Change-Id: I50466d748884c3b327a2517d5d1136137b5259f6 Closes-Bug:#1270977
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h3 class="quota-heading">{% trans "Usage Summary" %}</h3>
|
||||
</div>
|
||||
<div class="usage_info_wrapper">
|
||||
<form action="" method="get" id="date_form" class="form-horizontal">
|
||||
<form action="?" method="get" id="date_form" class="form-horizontal">
|
||||
<h3>{% trans "Select a period of time to query its usage" %}: </h3>
|
||||
<div class="datepicker">
|
||||
{% blocktrans with start=form.start end=form.end %}<span>From: {{ start }} </span><span>To: {{ end }} </span>{% endblocktrans %}
|
||||
|
||||
Reference in New Issue
Block a user