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%">
|
<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>
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue