Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
27:03144b0d470d | 28:04377c5bf912 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load bulletin_tags %} | |
2 {% load weblinks_tags %} | 3 {% load weblinks_tags %} |
3 {% load downloads_tags %} | 4 {% load downloads_tags %} |
4 {% block title %}Home{% endblock %} | 5 {% block title %}Home{% endblock %} |
5 {% block content %} | 6 {% block content %} |
6 <h2>Welcome to SurfGuitar101!</h2> | 7 <h2>Welcome to SurfGuitar101!</h2> |
14 </p> | 15 </p> |
15 <p>Remember that this is a test site, and not everything is going to work. Nothing here is | 16 <p>Remember that this is a test site, and not everything is going to work. Nothing here is |
16 permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. | 17 permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. |
17 Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need | 18 Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need |
18 lots of help for this aspect, as I'm more of a coder than a designer.</p> | 19 lots of help for this aspect, as I'm more of a coder than a designer.</p> |
20 {% current_bulletins %} | |
19 <div class="span-9 append-1"> | 21 <div class="span-9 append-1"> |
20 {% latest_weblinks %} | 22 {% latest_weblinks %} |
21 </div> | 23 </div> |
22 <div class="span-9 last"> | 24 <div class="span-9 last"> |
23 {% latest_downloads %} | 25 {% latest_downloads %} |