Skip to content

Commit

Permalink
try out TrustedReviewers #1
Browse files Browse the repository at this point in the history
  • Loading branch information
smsaladi committed Feb 19, 2020
1 parent 482f322 commit f53b68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>We're sorry but this application doesn't work properly without JavaScript en
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">Trust ECRs</a>
<a class="navbar-brand" href="#">TrustedReviewers</a>

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav justify-content-end">
Expand Down
2 changes: 1 addition & 1 deletion webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
app.config['MAIL_USE_TLS'] = bool(int(os.environ['MAIL_USE_TLS']))
app.config['MAIL_USERNAME'] = os.environ['MAIL_USERNAME']
app.config['MAIL_PASSWORD'] = os.environ['MAIL_PASSWORD']
app.config['MAIL_DEFAULT_SENDER'] = 'trust-ecrs@ecrlife.org'
app.config['MAIL_DEFAULT_SENDER'] = 'TrustedReviewers <trust@ecrlife.org>'
mail = Mail(app)

app.config['SECRET_KEY'] = os.environ['SECRET_KEY']
Expand Down

0 comments on commit f53b68b

Please sign in to comment.