equal
deleted
inserted
replaced
74 return render_to_response("list_stats.html", {"form":form}) |
74 return render_to_response("list_stats.html", {"form":form}) |
75 |
75 |
76 def homepage(request): |
76 def homepage(request): |
77 return render_to_response("index.html") |
77 return render_to_response("index.html") |
78 |
78 |
|
79 def schedule(request): |
|
80 return render_to_response("schedule.html") |
|
81 |
|
82 def organizers(request): |
|
83 return render_to_response("organizers.html") |
|
84 |
|
85 def venue(request): |
|
86 return render_to_response("venue.html") |
|
87 |
|
88 def contact(request): |
|
89 return render_to_response("contact.html") |
|
90 |
|
91 def about(request): |
|
92 return render_to_response("about.html") |