Initial commit - existing project files
This commit is contained in:
commit
c49798a9ea
82 changed files with 4304 additions and 0 deletions
19
application/app/templates/admin/index.html
Normal file
19
application/app/templates/admin/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% extends "admin/index.html" %}
|
||||
|
||||
{% block sidebar %}
|
||||
|
||||
{{ block.super }}
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<p>Current Register Balance: {{ registerBalance }}{{ currency_suffix }}</p>
|
||||
{% if global_message != "" %}
|
||||
<p>Global Message: {{ global_message }}</p>
|
||||
{% endif %}
|
||||
{% if admin_info != "" %}
|
||||
<p>Admin Info: {{ admin_info }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue