diff --git a/sstreasury/jinja2/sstreasury/budget_edit.html b/sstreasury/jinja2/sstreasury/budget_edit.html index f9dcb16..60d16fa 100644 --- a/sstreasury/jinja2/sstreasury/budget_edit.html +++ b/sstreasury/jinja2/sstreasury/budget_edit.html @@ -103,12 +103,6 @@ - - {% endblock %} {% block script %} diff --git a/sstreasury/jinja2/sstreasury/budget_view.html b/sstreasury/jinja2/sstreasury/budget_view.html index baeb7a2..5d95504 100644 --- a/sstreasury/jinja2/sstreasury/budget_view.html +++ b/sstreasury/jinja2/sstreasury/budget_view.html @@ -34,11 +34,11 @@ {% endif %} - +
- - + + @@ -74,7 +74,7 @@
ID{{ revision.budget.id }}ID{{ revision.budget.id }}
Name
Revenue -
{{ revision.revenue }}
+
{% if revision.revenue_comments %}
@@ -91,7 +91,7 @@
Expenses -
{{ revision.expense }}
+
{% if revision.expense_comments %}
@@ -157,3 +157,119 @@
{% endif %} {% endblock %} + +{% block head %} + {{ super() }} + + + + + +{% endblock %} + +{% block script %} + {{ super() }} + + + + +{% endblock %}