1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Token authentication

This commit is contained in:
Yohann D'ANELLO
2020-02-17 19:25:33 +01:00
parent f3f13c5153
commit 55977bcbe7
5 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% load i18n static pretty_money django_tables2 %}
{% block content %}
Jeton : <strong>{{ token }}</strong>
{% endblock %}