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