From b4e2a59ebf8c8fe878927e15e05a932f8fcafae3 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 11 Jul 2011 15:16:50 +0530 Subject: [PATCH] minor web -> view --- edgware/templates/main/publish.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/edgware/templates/main/publish.html b/edgware/templates/main/publish.html index 8932810..3447362 100644 --- a/edgware/templates/main/publish.html +++ b/edgware/templates/main/publish.html @@ -59,7 +59,7 @@ If you are a participant looking to open a new account, please write to hello@ed
  • {{ o.title }} {% if o.is_locked %} locked {% else %} edit {% endif %} - web + view copy
  • {% empty %} @@ -73,7 +73,7 @@ If you are a participant looking to open a new account, please write to hello@ed
  • {{ t.title }} {% if o.is_locked %} {% else %} edit {% endif %} - web + view copy
  • {% endfor %} @@ -84,7 +84,7 @@ If you are a participant looking to open a new account, please write to hello@ed {% for p in pub_list %}
  • {{ p.title }} - web + view copy
  • {% endfor %}