From 4ef99f4ef0b9431b60bc50f1c06bd52332407242 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 19 May 2022 19:04:25 +0200 Subject: [PATCH] Replace links with django routes in templates --- nummi/main/templates/main/index.html | 2 +- nummi/main/templates/main/transaction.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nummi/main/templates/main/index.html b/nummi/main/templates/main/index.html index 6425f64..92e59f3 100644 --- a/nummi/main/templates/main/index.html +++ b/nummi/main/templates/main/index.html @@ -1,7 +1,7 @@ {% if transactions %} {% endif %} diff --git a/nummi/main/templates/main/transaction.html b/nummi/main/templates/main/transaction.html index 2ed0971..6cefd07 100644 --- a/nummi/main/templates/main/transaction.html +++ b/nummi/main/templates/main/transaction.html @@ -1,6 +1,6 @@

{{ transaction }}