removal of calculus page button and small style change to resetpage
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
{% if session.user_id %}
|
||||
<li><a href="{{ url_for('bivariate') }}">Bivariate Data</a></li>
|
||||
<li><a href="{{ url_for('simultaneousequations') }}">Simultaneous Equations</a></li>
|
||||
<li><a href="{{ url_for('calculus') }}">Calculus</a></li>
|
||||
<li><a href="{{ url_for('triganometry') }}">Triganometry</a></li>
|
||||
<li style="margin-left: auto; color: white; margin-top: 14px; margin-left: 550px;">Hi, {{ session.username }}</li>
|
||||
<li style="margin-left: 20px;"><a href="{{ url_for('logout') }}">Sign Out</a></li>
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
.emailbox{
|
||||
margin-left: 170px;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 4px;
|
||||
}
|
||||
</style>
|
||||
<h2>Forgotten you password just enter your email below and you'll be sent a link to reset your password</h2>
|
||||
<p style="color: gray; text-decoration: underline;">This page is just a placeholder at the moment not functional</p>
|
||||
|
||||
@@ -13,11 +13,16 @@
|
||||
|
||||
.button{
|
||||
margin-left: 250px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.emailbox{
|
||||
margin-left: 170px;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 18px;
|
||||
}
|
||||
</style>
|
||||
<h2>Forgotten you password just enter the code that was sent to you via email<h2>
|
||||
<p style="color: gray; text-decoration: underline;">This page is just a placeholder at the moment not functional</p>
|
||||
|
||||
Reference in New Issue
Block a user