Fixed classifiers

This commit is contained in:
Manuel Forcén Muñoz 2024-05-16 22:45:02 +02:00
parent 1e6d99f7ad
commit 128cd85a9b
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}Create rule{% endblock title %}
{% block body %}
<form action="/rules/new" method="post" class="flex flex-col">
<form action="/classifiers/new_rule" method="post" class="flex flex-col">
<label class="grow">
Description
<input type="text" name="description" />