1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00
nk20/templates/note/transactiontemplate_list.html
2020-03-09 20:59:04 +01:00

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 %}