Receipts unfinished on site
This commit is contained in:
parent
85f720af87
commit
0d0472adba
|
@ -90,7 +90,7 @@ def warranties():
|
|||
@glob.app.route("/receipts", methods = ["GET", "POST"])
|
||||
@flask_login.login_required
|
||||
def receipts():
|
||||
return "Unimplemented"
|
||||
return render_template("pages/receipts.html")
|
||||
|
||||
@glob.app.route("/login", methods = ["GET", "POST"])
|
||||
def login():
|
||||
|
|
|
@ -4,8 +4,14 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<style id="grid">
|
||||
.container.module:nth-child(1n) {
|
||||
grid-area: 1 / 1 / 5 / 5;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container module">
|
||||
{% include "modules/calendar.html" %}
|
||||
<a>Unfinished</a>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user