1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 18:38:23 +02:00

Add QRCode View, URL and test template

This commit is contained in:
otthorn
2022-03-22 12:26:44 +01:00
committed by root
parent b8a93b0b75
commit 819b4214c9
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
{% block content %}
Affichage du QR Code ici
{% endblock %}