Changed form action for API metrics to work again with both list/chart view

This commit is contained in:
Sebastian Henschel 2017-07-03 14:29:59 +02:00
parent b508524fe0
commit fb46eea1a0

View File

@ -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 }}