diff gpp/templates/home.html @ 28:04377c5bf912

Added bulletins template tag.
author Brian Neal <bgneal@gmail.com>
date Wed, 22 Apr 2009 00:34:42 +0000
parents a5f27f25fa52
children 07da6967fc40
line wrap: on
line diff
--- a/gpp/templates/home.html	Tue Apr 21 23:25:05 2009 +0000
+++ b/gpp/templates/home.html	Wed Apr 22 00:34:42 2009 +0000
@@ -1,4 +1,5 @@
 {% extends 'base.html' %}
+{% load bulletin_tags %}
 {% load weblinks_tags %}
 {% load downloads_tags %}
 {% block title %}Home{% endblock %}
@@ -16,6 +17,7 @@
 permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. 
 Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need
 lots of help for this aspect, as I'm more of a coder than a designer.</p>
+{% current_bulletins %}
 <div class="span-9 append-1">
    {% latest_weblinks %} 
 </div>