diff options
author | junk | 2021-03-27 20:20:28 -0300 |
---|---|---|
committer | junk | 2021-03-27 20:53:56 -0300 |
commit | 9b039e42df4eefb7971a2cfa19bce260ab4ef08f (patch) | |
tree | 5ad65f7f0dabaa439745daeae5a7dd374c8a1b03 /cgi/templates/mobile/threadlist.html | |
parent | 0e86988ba9099072dcd2af5142f8f4e988908e9b (diff) | |
download | weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.gz weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.xz weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.zip |
Arreglando diseño para móviles
Diffstat (limited to 'cgi/templates/mobile/threadlist.html')
-rw-r--r-- | cgi/templates/mobile/threadlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/mobile/threadlist.html b/cgi/templates/mobile/threadlist.html index edb81eb..4247ee9 100644 --- a/cgi/templates/mobile/threadlist.html +++ b/cgi/templates/mobile/threadlist.html @@ -1,5 +1,5 @@ <?py include('templates/mobile/base_top.html') ?> -<body class="img"> +<body class="img" data-brd="#{board}"> <div class="top"> <a href="//m.bienvenidoainternet.org"><img src="#{static_url}css/img/0back.png" /><br />Home</a> #{board_name} |