diff options
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index 0583230..4b94e87 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -261,10 +261,4 @@ <?py if pagenav: ?> <div class="pg">#{pagenav}</div> <?py #endif ?> -<?py if not force_css: ?> - <div class="selector"><b>Estilo:</b><select id="styles"> - <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> - </select> - </div> -<?py #endif ?> <?py include('templates/base_bottom.html') ?>
\ No newline at end of file |