diff --git a/templates/browse.html b/templates/browse.html new file mode 100644 index 0000000..9316734 --- /dev/null +++ b/templates/browse.html @@ -0,0 +1,98 @@ + + + +
+ + +| + ircquotes + | ++ Browse Quotes + | +
| + | + Home / + Random / + Submit / + Browse / + ModApp + | +|
|
+ {% for quote in quotes.items %}
+ + #{{ quote.id }} + + + ({{ quote.votes }}) + - + + +{{ quote.text }} ++ {% endfor %} + |
+
| + Home / + Random / + Submit / + Browse / + | +|
| + | {{ approved_count }} quotes approved | +