Fixed classifiers
This commit is contained in:
parent
1e6d99f7ad
commit
128cd85a9b
2 changed files with 3 additions and 3 deletions
|
|
@ -32,8 +32,8 @@
|
|||
<table width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="30%">Categoría</th>
|
||||
<th>Regla</th>
|
||||
<th width="30%">Category</th>
|
||||
<th>Rule</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue