mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 05:06:25 +00:00
update
This commit is contained in:
@@ -4,4 +4,4 @@ from .models import Insert
|
|||||||
class InsertTable(tables.Table):
|
class InsertTable(tables.Table):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Insert
|
model = Insert
|
||||||
template_name="base.html"
|
template_name="serviceCRM/list.html"
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-8">
|
<div class="col-8">
|
||||||
<h1 class="mt-2">Django People</h1>
|
<h1 class="mt-2">Service CRM</h1>
|
||||||
<hr class="mt-0 mb-4">
|
<hr class="mt-0 mb-4">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load render_table from django_tables2 %}
|
{% load render_table from django_tables2 %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% render_table object_list %}
|
{% render_table object_list %}
|
||||||
|
|
||||||
{% endblock%}
|
{% endblock%}
|
||||||
Reference in New Issue
Block a user