mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
8 lines
254 B
HTML
8 lines
254 B
HTML
{% extends "base.html" %}
|
|
{% load pretty_money %}
|
|
{% load render_table from django_tables2 %}
|
|
{% block content %}
|
|
<a class="btn btn-primary text-center" href="{% url 'note:template_create' %}">Créer un bouton</a>
|
|
{% render_table table %}
|
|
{% endblock %}
|