Update views.py

This commit is contained in:
Arc 2020-02-19 12:40:53 +00:00 committed by GitHub
parent 3f9fdf2da6
commit 1328c0ad3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ from lnbits.extensions.events import events_ext
@events_ext.route("/")
def index():
"""Main withdraw link page."""
"""Main events link page."""
return render_template(
"events/index.html"