Templates: Homeview Dashboard made generic with partial for the specifics
[unfold.git] / portal / templates / _login.html
1 <div class="col-sm-2"></div>
2 <div class="col-sm-4 slogan">
3     <h2>
4         Your Easy Access to Computer Networking Testbeds:
5     </h2>
6     <h3>
7         A wide variety of world class testbeds available through your one account
8     </h3>
9 </div>
10 <div class="col-sm-5 col-sm-offset-1">
11     <div class="row">
12         {% widget '_widget-login-user.html' %}
13     </div>
14 </div>
15 <div class="col-sm-1"></div>