Various different small improvements

This commit is contained in:
Claude Paroz 2018-05-26 16:55:07 +02:00
parent 2620a1b9b8
commit 991140fb8b
4 changed files with 11 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{% block content %}
<h1>{{ recette.nom }}</h1>
<div style="float:right;"><img src="{{ recette.photo }}"></div>
<div class="photo"><img src="{{ recette.photo }}"></div>
<div>{{ recette.preparation }}</div>
@ -15,3 +15,7 @@
</ul>
{% endif %}
{% endblock %}
{% block footer %}
<div style="text-align: right;"><a href="{% url 'admin:recette_recette_change' recette.pk %}">Modifier</a></div>
{% endblock %}