mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
Token authentication
This commit is contained in:
6
templates/member/generate_auth_token.html
Normal file
6
templates/member/generate_auth_token.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n static pretty_money django_tables2 %}
|
||||
|
||||
{% block content %}
|
||||
Jeton : <strong>{{ token }}</strong>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user