mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-01-23 00:21:18 +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 %}
|