fine-tuning and starting to work on account-balance

This commit is contained in:
2020-05-11 20:34:12 -05:00
parent a6e655ef72
commit d7ddf37cfa
9 changed files with 93 additions and 45 deletions

View File

@ -0,0 +1,14 @@
{% extends 'base.html' %}
{% block title %}Account Balance{% endblock %}
{% block content %}
<div class="third-margin">
<h1>Account Balance</h1>
</div>
<div class="half-margin">
</div>
{% endblock %}
{% block pagesource %}/templates/create-capsul.html{% endblock %}

View File

@ -28,7 +28,7 @@
{% if session["account"] %}
<a href="/console">Capsuls</a>
<a href="/console/ssh">SSH Public Keys</a>
<a href="/console/billing">Account Balance</a>
<a href="/console/account-balance">Account Balance</a>
{% endif %}
<a href="/support">Support</a>

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}Create{% endblock %}
{% block title %}{{ vm['id'] }}{% endblock %}
{% block content %}
<div class="third-margin">

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}Console{% endblock %}
{% block title %}Capsuls{% endblock %}
{% block content %}
<div class="third-margin">

View File

@ -69,7 +69,7 @@ f1-xxx $57.58 8 16G 25G 16TB
</form>
{% else %}
<p>You don't have any ssh public keys yet.</p>
<p>You must <a href="/console/ssh/upload">upload one</a> before you can create a Capsul.</p>
<p>You must <a href="/console/ssh">upload one</a> before you can create a Capsul.</p>
{% endif %}
{% endif %}