diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:32:26 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:32:26 -0400 |
commit | f2a92588ebc3e2dcce9cc635df32e7550ec7588b (patch) | |
tree | 29fb24e0b05dfe6008840e3e29547c71255ccdd2 /templates | |
parent | 330353f8dc50d5f27470f03f021cde72b056ac0b (diff) |
consistent capitalization
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index cdcde695..8a7913cd 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -185,7 +185,7 @@ <li><a href="{% url 'page-art' %}" title="{{ BRANDING_SHORTNAME }} logos and other artwork for promotional use">Logos & Artwork</a></li> <li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li> <li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li> - <li><a href="{% url 'page-devs' %}" title="Active developers">Developer Profiles</a></li> + <li><a href="{% url 'page-devs' %}" title="Active Developers">Developer Profiles</a></li> <li><a href="{% url 'page-tus' %}" title="Active Trusted Users (TUs)">Trusted User Profiles</a></li> <li><a href="{% url 'page-fellows' %}" title="Retired Developers">Fellows Profiles</a></li> </ul> |