Update views.py
This commit is contained in:
parent
3f9fdf2da6
commit
1328c0ad3e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from lnbits.extensions.events import events_ext
|
||||||
|
|
||||||
@events_ext.route("/")
|
@events_ext.route("/")
|
||||||
def index():
|
def index():
|
||||||
"""Main withdraw link page."""
|
"""Main events link page."""
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
"events/index.html"
|
"events/index.html"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue