~ubuntu-us-ma/us-ma-loco-site/trunk

« back to all changes in this revision

Viewing changes to UbuntuMaWebsite/agenda/views.py

  • Committer: Martin Owens
  • Date: 2008-06-09 13:52:43 UTC
  • Revision ID: doctormo@delen-20080609135243-wclff7592e5pu08g
Start of website commiting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
def index(foo):
 
3
        pass
 
4
 
 
5
def edit(foo):
 
6
        pass
 
7
 
 
8
def view(foo):
 
9
        pass
 
10
 
 
11
def create(foo):
 
12
        pass
 
13