diff --git a/drcr/templates/journal/balance_assertions_edit.html b/drcr/templates/journal/balance_assertions_edit.html index d2e4d57..bf5011d 100644 --- a/drcr/templates/journal/balance_assertions_edit.html +++ b/drcr/templates/journal/balance_assertions_edit.html @@ -1,5 +1,5 @@ {# DrCr: Web-based double-entry bookkeeping framework - Copyright (C) 2022–2023 Lee Yingtong Li (RunasSudo) + Copyright (C) 2022–2024 Lee Yingtong Li (RunasSudo) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -15,47 +15,48 @@ along with this program. If not, see . #} -{% extends 'base.html' %} +{% extends 'base_tailwind.html' %} {% block title %}{{ 'Edit' if assertion else 'New' }} balance assertion{% endblock %} {% block content %} -

{{ 'Edit' if assertion else 'New' }} balance assertion

- -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
-
-
$
- - +
+

+ {{ 'Edit' if assertion else 'New' }} balance assertion +

+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ $ +
+ {# TODO: Display existing credit assertion as credit, not as negative debit #} + +
+ +
-
- -
- -
- + +
+ +
+ +
{% endblock %}