Skip to content

Commit

Permalink
Bug fix default homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Jan 6, 2020
1 parent 824c784 commit 2790980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nursix-dev-3416-ga45199d (2020-01-03 14:56:31)
nursix-dev-3417-g824c784 (2020-01-06 14:25:22)
2 changes: 1 addition & 1 deletion views/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2 align='center'>{{=title}}</h2>
</div>
<div class='row' id='homepage-main'>
<div class='small-12 medium-12 large-push-6 large-5 columns'>
{{if AUTHENTICATED not in session.s3.roles:}}
{{if auth.get_system_roles().AUTHENTICATED not in session.s3.roles:}}
<div id='login_box'>
<div id='login_form' {{if self_registration and not registered and not login_form.errors:}}class='hide'{{pass}}>
{{=login_div}}
Expand Down

0 comments on commit 2790980

Please sign in to comment.