# HG changeset patch # User nishanth # Date 1271416048 -19800 # Node ID bda9ee536063d6d8b920355322af3f84c1ca52fc # Parent c47a6c63eaa7e0cbac668bfc9e8400342901827c changed the urls to /workshop/registration/.. from /reg/.. in all the templates diff -r c47a6c63eaa7 -r bda9ee536063 templates/account_inactive.html --- a/templates/account_inactive.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/account_inactive.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} Your account is inactive. An activation email has been sent to your email address.
-Click here to resend the activation email.
+Click here to resend the activation email.
{% endblock %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/base.html --- a/templates/base.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/base.html Fri Apr 16 16:37:28 2010 +0530 @@ -127,17 +127,17 @@

diff -r c47a6c63eaa7 -r bda9ee536063 templates/close_feedback.html --- a/templates/close_feedback.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/close_feedback.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} Feedback for day {{day}} of {{event.title}} has been successfully closed.
- Click here to return to the event page. + Click here to return to the event page. {% endblock %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/event_register.html --- a/templates/event_register.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/event_register.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} You have successfully registered for the workshop {{event.title}}.
- Click here to return to view the workshop. + Click here to return to view the workshop. {% endblock %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/index.html --- a/templates/index.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/index.html Fri Apr 16 16:37:28 2010 +0530 @@ -13,17 +13,17 @@ You have registered for the following workshops: {% endif %} {% else %} Your account is inactive. An activation email has been sent to your email address.
- Click here to resend the activation email.
+ Click here to resend the activation email.
{% endif %} {% endif %} {% if user.is_staff %} - Create an event
+ Create an event
{% endif %} {% endblock %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/list_attendees.html --- a/templates/list_attendees.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/list_attendees.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} - List of people registered for {{event.title}}

+ List of people registered for {{event.title}}

diff -r c47a6c63eaa7 -r bda9ee536063 templates/list_events.html --- a/templates/list_events.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/list_events.html Fri Apr 16 16:37:28 2010 +0530 @@ -5,7 +5,7 @@
Name
{% for event in ongoing_events %} - + {% endfor %} @@ -17,7 +17,7 @@
{{event.title}} at {{event.venue}}{{event.title}} at {{event.venue}} {{event.start_date|date:"d M Y"}} - {{event.stop_date|date:"d M Y"}}
{% for event in upcoming_events %} - + {% endfor %} @@ -31,7 +31,7 @@
{{event.title}} at {{event.venue}}{{event.title}} at {{event.venue}} {{event.start_date|date:"d M Y"}} - {{event.stop_date|date:"d M Y"}}
{% for event in previous_events %} - + {% endfor %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/list_feedbacks.html --- a/templates/list_feedbacks.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/list_feedbacks.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -List of feedbacks submitted for the workshop {{event.title}} +List of feedbacks submitted for the workshop {{event.title}}
{{feeds_list|unordered_list}} {% endblock %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/login.html --- a/templates/login.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/login.html Fri Apr 16 16:37:28 2010 +0530 @@ -4,5 +4,5 @@ {{ form.as_p }} -Forgot Password +Forgot Password {% endblock %} diff -r c47a6c63eaa7 -r bda9ee536063 templates/open_feedback.html --- a/templates/open_feedback.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/open_feedback.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block content %} {% if success %} - The feedback for day {{day}} of {{event.title}} has been opened.
+ The feedback for day {{day}} of {{event.title}} has been opened.
{% else %} - Select the day of workshop {{event.title}} to start accepting feedbacks. + Select the day of workshop {{event.title}} to start accepting feedbacks. Day:
{{event.title}} at {{event.venue}}{{event.title}} at {{event.venue}} {{event.start_date|date:"d M Y"}} - {{event.stop_date|date:"d M Y"}}