# HG changeset patch # User Madhusudan.C.S # Date 1260379653 -19800 # Node ID 5a108419f7097fb2d0b76d5c12d0ae29d8622b34 # Parent 3ae9790551144e4edcfc958f62b80252ca4ddbc1 Added selected talks list. diff -r 3ae979055114 -r 5a108419f709 project/kiwipycon/talk/views.py --- a/project/kiwipycon/talk/views.py Wed Dec 09 22:29:44 2009 +0530 +++ b/project/kiwipycon/talk/views.py Wed Dec 09 22:57:33 2009 +0530 @@ -182,13 +182,11 @@ 'login_form' : login_form })) -@login_required -def list_talks(request, id, template_name='talk/list-talks.html'): +def list_talks(request, template_name='talk/list-all-talks.html'): '''List all the tasks submitted by a user. ''' - speaker = User.objects.get(pk=id) - talks = Talk.objects.filter(speaker=speaker) + talks = Talk.objects.filter(approved=True) return render_to_response(template_name, RequestContext(request, { 'talk_list': talks, diff -r 3ae979055114 -r 5a108419f709 project/templates/about/reaching.html --- a/project/templates/about/reaching.html Wed Dec 09 22:29:44 2009 +0530 +++ b/project/templates/about/reaching.html Wed Dec 09 22:57:33 2009 +0530 @@ -1,22 +1,22 @@ {% extends "base.html" %} {% block content %}

How to reach the venue?

-

Once you reach Trivandrum Central Station, you can reach Technopark by +

Once you reach Trivandrum Central Station, you can reach Technopark by bus, taxi or an autorickshaw.

-

To take a bus to Technopark, you need to go to the Thampanoor bus stand +

To take a bus to Technopark, you need to go to the Thampanoor bus stand located opposite to the Trivandrum central railway station and board a bus that leaves for Kollam. The ticket costs you about Rs.20. You must get down at Kazhakuttam stop. From there you must hire an autorickshaw to Technopark. Auto fare to Technopark is between Rs.10-15.

-

Air conditioned volvo buses to Technopark are available from East fort +

Air conditioned volvo buses to Technopark are available from East fort which is approximately 1km from Trivandrum Central Railway Station.

-

Timings of KSRTC volvo A/C buses from East fort that reaches Technopark +

Timings of KSRTC volvo A/C buses from East fort that reaches Technopark are at:

-

+

@@ -27,15 +27,15 @@
From East fortReaches Technopark at
6:00AM6:40AM

-

You can also take a taxi to Technopark from outside the Thampanoor central +

You can also take a taxi to Technopark from outside the Thampanoor central railway station. Taxi fare is about Rs 350.

-

You can even take an autorickshaw to Technopark from the the prepaid +

You can even take an autorickshaw to Technopark from the the prepaid autorickshaw stand infront of Trivandrum central railway station. Prepaid auto fare to technopark is about Rs.125 upto the front gate of technopark and about Rs.25 more to the campus.

-

From Thiruvananthapuram Airport, you can take a a taxi to Technopark +

From Thiruvananthapuram Airport, you can take a a taxi to Technopark which will cost about Rs 300. Taking an auto to technopark costs about Rs 200.

{% endblock content %} \ No newline at end of file