mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
fix test (#1429)
This commit is contained in:
parent
b3e9232956
commit
420bc56fc8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
{% if current_user.should_show_upgrade_button() %}
|
||||
{% if current_user.is_authenticated and current_user.should_show_upgrade_button() %}
|
||||
|
||||
<div class="alert alert-success text-center mb-0" role="alert">
|
||||
Black Friday Deal: 33% off on the yearly plan ($20/year instead of $30/year) with the coupon code
|
||||
|
|
Loading…
Reference in a new issue