1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-24 03:08:47 +02:00

Create view for transaction

This commit is contained in:
Alexandre Iooss
2019-07-17 13:53:58 +02:00
parent 7bafbeb93a
commit 51ad354e0b
9 changed files with 105 additions and 38 deletions

View 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 %}