aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/inactives.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/inactives.html')
-rw-r--r--src/web/templates/inactives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/inactives.html b/src/web/templates/inactives.html
index eb546eca..e89a5fe1 100644
--- a/src/web/templates/inactives.html
+++ b/src/web/templates/inactives.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<div class="well">
- <form method=get action="/inactives">
+ <form method=get action="{{ url_for("feeds.inactives") }}">
<p>{{ _('Days of inactivity') }}:</p>
<input type="number" name="nb_days" class="form-control" value="{{ nb_days }}" min="0" max="1000000" step="1" size="4" style="text-align: center" />
</form>
bgstack15