Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
azatyan committed Aug 7, 2019
1 parent 6a85d51 commit 42f317d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions templates/User/Default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,4 @@
<small class="text-muted"><a class="btn btn-outline-info" href="/login">Client Login</a></small>
</div>
</div>
{#
<div class="card">
<img class="card-img-top" src="{{ asset('img/admin-with-cogwheels.png') }}" alt="Wealthbot">
<div class="card-body">
<h4 class="card-title">Login as a super admin</h4>
Our platform allows you to create and manage multiple RIA firms under one installation. Use <strong>webo/weboDemo32</strong> to login.
</div>
<div class="card-footer d-flex justify-content-center">
<small class="text-muted"><a class="btn btn-outline-info" href="/admin/">Login as super admin</a></small>
</div>
</div>
</div>
#}
{% endblock %}

0 comments on commit 42f317d

Please sign in to comment.