1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Update view.py

This commit is contained in:
Alexandr Topilski 2020-02-14 20:17:31 +03:00 committed by GitHub
parent 7f75eaf40b
commit 8e7d18cc84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,7 @@ class M3uParseView(FlaskView):
def show(self):
m3u = M3uParse.objects()
return render_template('autofill/show.html', m3u=m3u)
@login_required
def show_anonim(self):
m3u = M3uParse.objects()
return render_template('autofill/show_anonim.html', m3u=m3u)