mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Add user-agnostic redirect to todo tags
This commit is contained in:
parent
aabf70d458
commit
01bed3e307
@ -129,6 +129,11 @@ def tags():
|
||||
return render_template("todo/tags.html", packages=query.all(), tags=tags)
|
||||
|
||||
|
||||
@bp.route("/user/tags/")
|
||||
def tags_user():
|
||||
return redirect(url_for('todo.tags', author=current_user.username))
|
||||
|
||||
|
||||
@bp.route("/todo/metapackages/")
|
||||
@login_required
|
||||
def metapackages():
|
||||
|
Loading…
Reference in New Issue
Block a user