*GNU* MediaGoblin home ;)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 26 May 2011 15:14:46 +0000 (10:14 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 26 May 2011 15:14:46 +0000 (10:14 -0500)
mediagoblin/templates/mediagoblin/base.html

index a0e0730daa3e116c6e6229ecda8d8e99d8e05c0b..b0c88a13d1960ee1b9c647d33cc512f15f282f20 100644 (file)
@@ -31,7 +31,7 @@
       <div class="mediagoblin_container">
               {% block mediagoblin_logo %}
                 <a href="{{ request.urlgen('index') }}"><img src="{{ request.staticdirect('/images/icon.png') }}" class="icon" /></a>
-              {% endblock %}{% block mediagoblin_header_title %}MediaGoblin Home{% endblock %}
+              {% endblock %}{% block mediagoblin_header_title %}GNU MediaGoblin Home{% endblock %}
         <div class="mediagoblin_header_right">
           {% if request.user %}
                 Welcome {{ request.user['username'] }}! --