summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2010-08-10 12:17:03 +0800
committerJeremy Kerr <jk@ozlabs.org>2010-08-10 12:17:03 +0800
commit84bef91e8851dbb9e377529bb18956619bfd5442 (patch)
treefde6b86d4d8f256c722424d53399fe94ea204838 /templates/base.html
parent5b984a0262c42ef5ac8f05a687978235a12a6e28 (diff)
downloadpatchwork-84bef91e8851dbb9e377529bb18956619bfd5442.tar.bz2
patchwork-84bef91e8851dbb9e377529bb18956619bfd5442.tar.xz
templates: remove "beta"
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 216797f..ec0204d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,8 +13,7 @@
<div id="title">
<h1 style="float: left;">
<a
- href="{% url patchwork.views.projects %}">Patchwork</a><span
- class="beta">&beta;</span>
+ href="{% url patchwork.views.projects %}">Patchwork</a>
{% block heading %}{% endblock %}</h1>
<div id="auth">
{% if user.is_authenticated %}