diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 22:09:54 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 22:09:54 -0400 |
commit | 7629d5cdf00d8a87bf0413614e59841ce7522e3b (patch) | |
tree | 537b9c3e7f2b5a7e2cc20d859cd328dae57273f4 /templates | |
parent | 3c640cb94438dda317198843f5b498306a2bf989 (diff) |
Fix a case of "Arch Linux" that slipped in in 88a457f1c
Diffstat (limited to 'templates')
-rw-r--r-- | templates/news/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html index 93cd20e6..8662a91b 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -10,7 +10,7 @@ {% block content %} <div id="news-article-list" class="box"> - <h2>Arch Linux News Archives</h2> + <h2>{{ BRANDING_DISTRONAME }} News Archives</h2> {% if perms.news.add_news %} <ul class="admin-actions"> |