mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:06:45 +00:00
Changed form action for API metrics to work again with both list/chart view
This commit is contained in:
parent
b508524fe0
commit
fb46eea1a0
@ -9,7 +9,7 @@
|
||||
|
||||
<div id="metrics-filter">
|
||||
<h2>Filter</h2>
|
||||
<form action="{% url 'api-metrics' %}" method="get">
|
||||
<form action="" method="get">
|
||||
{% if form.non_field_errors %}
|
||||
<div class="alert alert-danger">
|
||||
{{ form.non_field_errors }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user