mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix user profile after blueprints commit
This commit is contained in:
parent
20583784f5
commit
a7d22973ff
@ -108,7 +108,7 @@ def profile(username):
|
||||
.all()
|
||||
|
||||
# Process GET or invalid POST
|
||||
return render_template("users/users.profile.html",
|
||||
return render_template("users/profile.html",
|
||||
user=user, form=form, packages=packages, topics_to_add=topics_to_add)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user