Commit 345294e8 authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

index view changed

parent 36a35323
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<div class="row"> <div class="row">
<div class="col-md-6 col-md-offset-3"> <div class="col-md-6 col-md-offset-3">
<h2> Welcome, {{session['name']}}! </h2>
{% if session['name'] %} {% if session['name'] %}
<h2> Welcome, {{session['name']}}! </h2>
<br> <br>
<h4> Explore your applications or create a new one. </h4> <h4> Explore your applications or create a new one. </h4>
{% if apps %} {% if apps %}
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
<br> <br>
<a href="/new-app"><button class="btn btn-primary" type="submit">New Application</button></a> <a href="/new-app"><button class="btn btn-primary" type="submit">New Application</button></a>
{% else %} {% else %}
<p>Log in, please</p> <h2>Log in, please</h2>
<br>
<a href="/login"><button class="btn btn-primary btn-lg">Login</button></a>
{% endif %} {% endif %}
{% if feedback %} {% if feedback %}
<p class="text-danger float-right"> {{ feedback }} </p> <p class="text-danger float-right"> {{ feedback }} </p>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment