From f73f0801d7ab85c1a36186eae7b88f4015e4d996 Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Sat, 18 Mar 2023 17:18:43 +0100 Subject: [PATCH] add "Add new" button for traits --- truthinquiry/templates/admin/traits.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/truthinquiry/templates/admin/traits.html b/truthinquiry/templates/admin/traits.html index 8769148..cecb49c 100644 --- a/truthinquiry/templates/admin/traits.html +++ b/truthinquiry/templates/admin/traits.html @@ -1,14 +1,26 @@ go Back - + {%for trait in traits%} Name: - + Description: - + {%endfor%} +Add new -Images are viewable in the npc views \ No newline at end of file +Images are viewable in the npc views + + \ No newline at end of file
Name:
Description:
Images are viewable in the npc views