From: W. Trevor King Date: Wed, 21 Jul 2010 18:20:16 +0000 (-0400) Subject: Use POST for data-changing forms, GET otherwise X-Git-Tag: v0.1~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26d8e36bdd386c370d5e223d17e300b9dbc7e33e;p=cookbook.git Use POST for data-changing forms, GET otherwise Also float the recipe list tag-selection form to the right. --- diff --git a/cookbook/template/recipe.html b/cookbook/template/recipe.html index e65a15e..b335014 100644 --- a/cookbook/template/recipe.html +++ b/cookbook/template/recipe.html @@ -28,12 +28,12 @@
{% endif %}

-
+
-
+ diff --git a/cookbook/template/recipes.html b/cookbook/template/recipes.html index 52e2fed..a9bfc07 100644 --- a/cookbook/template/recipes.html +++ b/cookbook/template/recipes.html @@ -5,12 +5,12 @@ {% endblock %} {% block content %} - + +