diff --git a/make_post_sell/routes.py b/make_post_sell/routes.py
index d1bf545..5944116 100644
--- a/make_post_sell/routes.py
+++ b/make_post_sell/routes.py
@@ -110,6 +110,8 @@ def includeme(config):
# content routes.
config.add_route("content_new", "/c/new")
config.add_route("content", "/c/{content_id}")
+ config.add_route("content_edit", "/c/{product_id}/edit")
+ config.add_route("content_edit2", "/c/{product_id}/{slug:.*}/edit")
config.add_route("content_slug", "/c/{product_id}/{slug:.*}")
# product routes.
diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2
index 15438d8..e3db005 100644
--- a/make_post_sell/templates/content.j2
+++ b/make_post_sell/templates/content.j2
@@ -19,7 +19,7 @@
{%- block call_to_action -%}
{% if request.user.can_edit_shop(request.shop) %}
-✎ Edit
+✎ Edit
{% endif %}
{%- endblock call_to_action -%}
diff --git a/make_post_sell/templates/product_edit.j2 b/make_post_sell/templates/product_edit.j2
index 90ac596..f5f23c1 100644
--- a/make_post_sell/templates/product_edit.j2
+++ b/make_post_sell/templates/product_edit.j2
@@ -161,7 +161,7 @@ Your cover (thumbnail1) will show up on search pages.