Rewrite to Django from scratch. Now it's much more user-friendly.
[cookbook.git] / cookbook / template / edit-recipe.html
diff --git a/cookbook/template/edit-recipe.html b/cookbook/template/edit-recipe.html
deleted file mode 100644 (file)
index fcd2a01..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block page_title %}
-    {% if recipe.url %}
-        <a href="{{ recipe.url }}">{{ recipe.name }}</a>
-    {% else %}
-        {{ recipe.name }}
-    {% endif %}
-{% endblock %}
-
-{% block content %}
-    {{ form }}
-{% endblock %}