File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,9 +68,14 @@ <h3>Working... <span></span></h3>
6868
6969 < p id ="download-continue " class ="feedback "> < a href ="/ "> Continue</ a > </ p >
7070
71- < div class ="container-full-bg ">
72- < section id ="content " style ="margin-top:-60px; padding-top:30px; ">
73- {% block content %}{% endblock %}
71+ {% if 'ds_user_name' in session %}
72+ < div class ="container ">
73+ < section id ="content " style ="padding-top:30px; ">
74+ {% else %}
75+ < div class ="container-full-bg ">
76+ < section id ="content " style ="margin-top:-60px!important; padding-top:30px!important; ">
77+ {% endif %}
78+ {% block content %}{% endblock %}
7479 </ section >
7580 </ div >
7681
Original file line number Diff line number Diff line change 33
44{% block content %}
55
6+ {% if not 'ds_user_name' in session %}
7+ <!-- IF not signed in -->
68 < div >
79 < div class ="jumbotron jumbotron-fluid "> < table >
810 < tbody >
@@ -18,6 +20,7 @@ <h1 class="display-4">Python Launcher</h1>
1820 </ tbody >
1921 </ table >
2022 </ div >
23+ {% endif %}
2124
2225 < div class ="container " style ="margin-top: 40px " id ="index-page ">
2326 < h2 > Welcome</ h2 >
You can’t perform that action at this time.
0 commit comments