success
This commit is contained in:
@@ -18,7 +18,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for obj in lista %}
|
||||
<tr class="{% if obj.modo=='Normal' %}table-success{% endif %}">
|
||||
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
|
||||
<th scope="row">{{obj.uuid}}</th>
|
||||
<td>{{obj.rfcp}}</td>
|
||||
<td>{{obj.tipo}}</td>
|
||||
|
||||
Reference in New Issue
Block a user