Create view for transaction
This commit is contained in:
parent
7bafbeb93a
commit
51ad354e0b
9 changed files with 105 additions and 38 deletions
8
theme/templates/registration/login.html
Normal file
8
theme/templates/registration/login.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "admin/login.html" %}
|
||||
{% comment %}
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
{% endcomment %}
|
||||
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "Log in" %}{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue