mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
add a (dead simple) dashboard. Fixes #42
This commit is contained in:
parent
fc88b65bbe
commit
7dd7d1d14f
1 changed files with 4 additions and 0 deletions
|
@ -357,3 +357,7 @@ def create_archive():
|
|||
flash(_("The data from XX to XX has been archived"))
|
||||
|
||||
return render_template("create_archive.html", form=form)
|
||||
|
||||
@main.route("/dashboard")
|
||||
def dashboard():
|
||||
return render_template("dashboard.html", projects=Project.query.all())
|
||||
|
|
Loading…
Reference in a new issue