Project

General

Profile

« Previous | Next » 

Revision af6b9a0b

Added by Benjamin Dauvergne over 12 years ago

templates: add default content for back links in simple-form.html

View differences:

calebasse/templates/calebasse/simple-form.html
2 2

  
3 3
{% block appbar %}
4 4
  <h2></h2>
5
  <a href=".."></a>
5
  <a href="..">Retour</a>
6 6
{% endblock %}
7 7

  
8 8
{% block content %}
......
14 14
      {% block buttons %}
15 15
      <button>Modifier</button>
16 16
      {% endblock %}
17
      <a href="..">{% block back-link %}{% endblock %}</a>
17
      <a href="..">{% block back-link %}Retour{% endblock %}</a>
18 18
    </form>
19 19
{% endblock %}
20 20

  

Also available in: Unified diff