From 6767151b04c8cf2073019c93808d5ef62bb51afd Mon Sep 17 00:00:00 2001 From: Innocent Zenda Date: Sun, 5 Nov 2023 11:18:29 +0300 Subject: [PATCH] add contact detail skeleton closes #20 --- pim/contacts/templates/contacts/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pim/contacts/templates/contacts/index.html b/pim/contacts/templates/contacts/index.html index 4e7048f..ebfc30a 100644 --- a/pim/contacts/templates/contacts/index.html +++ b/pim/contacts/templates/contacts/index.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% load i18n %} +{% load static %} {% block content %}

{% trans 'Contacts' %}

@@ -20,6 +21,23 @@

{% trans 'Contacts' %}

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+