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 %}