mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-27 02:43:01 +00:00
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 %}
|