mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-21 16:50:01 +00:00
parent
2bf96196cb
commit
ef7ff1b9ce
|
@ -151,6 +151,9 @@
|
|||
<div class="row">
|
||||
<h3>
|
||||
Browsing <span class="text-{{ user.userlevel_color }}" data-toggle="tooltip" title="{{ user.userlevel_str }}">{{ user.username }}</span>'{{ '' if user.username[-1] == 's' else 's' }} torrents
|
||||
{% if torrent_query.total is number and not search.term: %}
|
||||
({{ torrent_query.total }})
|
||||
{% endif %}
|
||||
</h3>
|
||||
|
||||
{% include "search_results.html" %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import base64
|
||||
import os
|
||||
from urllib.parse import urlencode, quote
|
||||
from urllib.parse import quote, urlencode
|
||||
|
||||
import flask
|
||||
from flask import current_app as app
|
||||
|
|
Loading…
Reference in a new issue