diff gpp/templates/forums/index.html @ 232:a46788862737

Implement a forum favorites feature for #82
author Brian Neal <bgneal@gmail.com>
date Sun, 01 Aug 2010 21:26:12 +0000
parents 5ee9422ce83c
children 307a74e28112
line wrap: on
line diff
--- a/gpp/templates/forums/index.html	Wed Jul 14 02:35:39 2010 +0000
+++ b/gpp/templates/forums/index.html	Sun Aug 01 21:26:12 2010 +0000
@@ -16,6 +16,8 @@
       <option value="unread">Show topics with unread posts</option>
       <option value="mine">Show my posts</option>
       <option value="unanswered">Show unanswered posts</option>
+      <option value="favorites">Show my favorite topics</option>
+      <option value="subscriptions">Show my subscribed topics</option>
    </select><input type="submit" value="Go" />
 </form>