Added transactions.css to the views of the transactions in the accounting application.
This commit is contained in:
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user