Reunite UTF-8 hack comment with sys.setdefaultencoding call it labels.
[cookbook.git] / cookbook / template / edit-recipe.html
1 {% extends "base.html" %}
2
3 {% block page_title %}
4     {% if recipe.url %}
5         <a href="{{ recipe.url }}">{{ recipe.name }}</a>
6     {% else %}
7         {{ recipe.name }}
8     {% endif %}
9 {% endblock %}
10
11 {% block content %}
12     {{ form }}
13 {% endblock %}