diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-12 14:25:28 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-12 14:25:28 -0500 |
commit | 2de317f2f35cfceffdda2c3990ad32b661161fb8 (patch) | |
tree | baa9fffe1e9991a32ea54fdce887ef0f89cb3f32 | |
parent | 23d23dcf6bbf136eed0759515da73eff08dd328f (diff) | |
download | mediagoblin-2de317f2f35cfceffdda2c3990ad32b661161fb8.tar.lz mediagoblin-2de317f2f35cfceffdda2c3990ad32b661161fb8.tar.xz mediagoblin-2de317f2f35cfceffdda2c3990ad32b661161fb8.zip |
I probably shouldn't break the main page since we don't have the
gettext thing in place yet.
-rw-r--r-- | mediagoblin/templates/mediagoblin/root.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index e833e3fe..44d26a65 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -18,7 +18,10 @@ {% extends "mediagoblin/base.html" %} {% block mediagoblin_content %} - <h2>{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}</h2> + + <h2>Welcome to GNU MediaGoblin!</h2> + {# <!-- THE FUTURE --> + <h2>{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}</h2> #} {% if request.user %} <p> |