nk20/templates/note/transactiontemplate_list.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 %}