Added transactions.css to the views of the transactions in the accounting application.

This commit is contained in:
2020-08-04 23:59:15 +08:00
parent 66c08fd413
commit 4f7c338dfd
4 changed files with 39 additions and 0 deletions

View File

@ -28,6 +28,7 @@ First written: 2020/7/23
{% block settings %}
{% trans "Cash Expense Transaction" context "Accounting|" as title %}
{% setvar "title" title %}
{% static "accounting/css/transactions.css" as file %}{% add_css file %}
{% endblock %}
{% block content %}

View File

@ -28,6 +28,7 @@ First written: 2020/7/23
{% block settings %}
{% trans "Cash Income Transaction" context "Accounting|" as title %}
{% setvar "title" title %}
{% static "accounting/css/transactions.css" as file %}{% add_css file %}
{% endblock %}
{% block content %}

View File

@ -28,6 +28,7 @@ First written: 2020/7/23
{% block settings %}
{% trans "Transfer Transaction" context "Accounting|" as title %}
{% setvar "title" title %}
{% static "accounting/css/transactions.css" as file %}{% add_css file %}
{% endblock %}
{% block content %}