Create view for transaction

This commit is contained in:
Alexandre Iooss 2019-07-17 13:53:58 +02:00
parent 7bafbeb93a
commit 51ad354e0b
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
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 %}