aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 32fda5a..e0ca02b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -31,7 +31,7 @@
<div id="logo"><h1>Cherry Flavored Bugs Everywhere!</h1></div>
<div id="header">
<div class="center-column">
- <h1>stevelosh</h1>
+ <h1>{{ repository_name }}</h1>
</div>
</div>
<div id="content-wrap">
@@ -45,7 +45,7 @@
<a href="#">Scheduled for...</a>
</span>
<span id="create">
- <a href="fixme">Create a new bug</a>
+ <a href="fixme">&#43; Create a new bug</a>
</span>
</div>
<h2>{% block page_title %}&nbsp;{% endblock %}</h2>