mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-26 23:13:32 +00:00
small flow fix
This commit is contained in:
parent
ab33f07a99
commit
d41f9f7b63
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="span7">
|
||||
<div class="cover cover-dark cover-dark-grad content content-stretch content-dark">
|
||||
<h1>LBRY for <?php echo $osTitle ?> <span class="<?php echo $osIcon ?>"></span></h1>
|
||||
<?php if (!$hasMatchingInvite): ?>
|
||||
<?php if (!$hasMatchingInvite && !Session::get(Session::KEY_LIST_SUB_SUCCESS)): ?>
|
||||
<?php if ($hasInvite): ?>
|
||||
<div class="notice notice-error spacer1">Please enter a valid code.</div>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue