diff options
author | Caleb Forbes Davis V <caldavis@gmail.com> | 2011-09-02 11:14:52 -0500 |
---|---|---|
committer | Caleb Forbes Davis V <caldavis@gmail.com> | 2011-09-02 11:14:52 -0500 |
commit | d9d1d50bf3ff44324cc0bc0ed8a398cd239c0ff3 (patch) | |
tree | 847c30918e90dac77bf58fb140dbe2769286d0b6 | |
parent | 05d5d45bf9db4ffe6f7987a8c66e9f547fb1ce15 (diff) | |
download | mediagoblin-d9d1d50bf3ff44324cc0bc0ed8a398cd239c0ff3.tar.lz mediagoblin-d9d1d50bf3ff44324cc0bc0ed8a398cd239c0ff3.tar.xz mediagoblin-d9d1d50bf3ff44324cc0bc0ed8a398cd239c0ff3.zip |
Bug #534 - well, we don't really have collections or favorites yet
-rw-r--r-- | mediagoblin/templates/mediagoblin/root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index 8fc62f32..ed4878a5 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -35,7 +35,7 @@ </ul> {% if allow_registration %} - <p>Excited to join us? To add your own media, make collections and save favorites...<p> + <p>Excited to join us?<p> <a class="header_submit_highlight" href="{{ request.urlgen('mediagoblin.auth.register') }}">Create a free account</a> or <a class="header_submit" href="http://wiki.mediagoblin.org/HackingHowto">Set up MediaGoblin on your own server</a> {% endif %} |