mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
init info page features
This commit is contained in:
parent
c5a0684466
commit
2fc9535710
7 changed files with 121 additions and 47 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{% for row in rows %}
|
||||
<div>
|
||||
<a name="{{ row.torrent.info_hash }}"></a>
|
||||
<h2>{{ row.torrent.name }}</h2>
|
||||
<h2><a href="/{{ row.torrent.info_hash }}">{{ row.torrent.name }}</a></h2>
|
||||
{% if row.torrent.comment %}<p>{{ row.torrent.comment }}</p>{% endif %}
|
||||
<div>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue