1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2020-02-14 22:55:40 -05:00
commit a33e7fed58

View file

@ -18,7 +18,6 @@ class M3uParseStreamsView(FlaskView):
m3u = M3uParseStreams.objects() m3u = M3uParseStreams.objects()
return render_template('autofill/show_streams.html', m3u=m3u) return render_template('autofill/show_streams.html', m3u=m3u)
@login_required
def show_anonim(self): def show_anonim(self):
m3u = M3uParseStreams.objects() m3u = M3uParseStreams.objects()
return render_template('autofill/show_streams_anonim.html', m3u=m3u) return render_template('autofill/show_streams_anonim.html', m3u=m3u)