Skip to content

Commit

Permalink
Merge pull request #98 from zemfrog/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
aprilahijriyan committed Apr 7, 2021
2 parents 462049c + 7ea61f8 commit 5bda015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions zemfrog/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def create_app(*args, **kwds) -> Scaffold:
Functions to build your flask application and load all configurations.
All parameters will be passed to :py:class:`flask.Flask`.
"""

app = Scaffold(*args, **kwds)
Expand Down
2 changes: 1 addition & 1 deletion zemfrog/templates/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
zemfrog>=4.0.5
zemfrog>=5.0.1
redis
gunicorn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html>

<head>
<title>Request reset password</title>
<title>Forgot Password</title>
</head>

<body>
<h1>Request password reset</h1>
<h1>Forgot Password</h1>
<div>
<p>
Click the link below to reset your password:
Expand Down

0 comments on commit 5bda015

Please sign in to comment.