mirror of https://gitlab.crans.org/bde/nk20
7 lines
154 B
HTML
7 lines
154 B
HTML
|
{% extends "base.html" %}
|
||
|
{% load i18n static pretty_money django_tables2 %}
|
||
|
|
||
|
{% block content %}
|
||
|
Jeton : <strong>{{ token }}</strong>
|
||
|
{% endblock %}
|