fine-tuning and starting to work on account-balance
This commit is contained in:
14
capsulflask/templates/account-balance.html
Normal file
14
capsulflask/templates/account-balance.html
Normal 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 %}
|
Reference in New Issue
Block a user