Skip to content

Commit

Permalink
Revert "Merge pull request #3 from nowmozillaclub/master"
Browse files Browse the repository at this point in the history
This reverts commit 6e20c1b, reversing
changes made to 68c3c8e.
  • Loading branch information
InfernapeXavier committed Oct 1, 2018
1 parent 3a42fe0 commit d57b6ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ def before_request():
db.session.commit()
g.locale = str(get_locale())

<<<<<<< HEAD
@app.route('/')
=======
@app.route('/', methods=['GET', 'POST'])
>>>>>>> parent of 6e20c1b... Merge pull request #3 from nowmozillaclub/master
@app.route('/index', methods=['GET', 'POST'])
@login_required
def index():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ itsdangerous==0.24
Jinja2==2.10
Mako==1.0.7
MarkupSafe==1.0
psycopg2==2.7.5
psycopg2==2.7.4
PyJWT==1.6.1
python-dateutil==2.7.2
python-editor==1.0.3
Expand Down

0 comments on commit d57b6ca

Please sign in to comment.