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

@ -32,8 +32,8 @@
<table width="100%"> <table width="100%">
<thead> <thead>
<tr> <tr>
<th width="30%">Categoría</th> <th width="30%">Category</th>
<th>Regla</th> <th>Rule</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View file

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}Create rule{% endblock title %} {% block title %}Create rule{% endblock title %}
{% block body %} {% 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"> <label class="grow">
Description Description
<input type="text" name="description" /> <input type="text" name="description" />