~ubuntu-branches/ubuntu/natty/flask/natty

« back to all changes in this revision

Viewing changes to tests/moduleapp/apps/admin/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-01-15 20:49:53 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110115204953-itty78mf2zyw0036
Tags: 0.6.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
@admin.route('/')
8
8
def index():
9
9
    return render_template('admin/index.html')
 
10
 
 
11
 
 
12
@admin.route('/index2')
 
13
def index2():
 
14
    return render_template('./admin/index.html')