diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 14:34:39 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 14:34:39 -0500 |
commit | 29f9df7b27a443b8e7de793c99bc7606ebcf36cb (patch) | |
tree | 60fdc6c46ab19ac73d65668499daf6c9eb80ba1a | |
parent | 082a675fcdf2d2b222040f9ccfdf5dd90d06ae93 (diff) | |
download | mediagoblin-29f9df7b27a443b8e7de793c99bc7606ebcf36cb.tar.lz mediagoblin-29f9df7b27a443b8e7de793c99bc7606ebcf36cb.tar.xz mediagoblin-29f9df7b27a443b8e7de793c99bc7606ebcf36cb.zip |
Removing that 'temporarily, an "image gallery" that isn't one really ;)' text
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 72569133..55c8f145 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -20,7 +20,6 @@ {% import "/mediagoblin/utils/wtforms.html" as wtforms_util %} {% block mediagoblin_content %} - {# temporarily, an "image gallery" that isn't one really ;) #} {% if media %} <div class="grid_8 alpha media_image"> <img src="{{ request.app.public_store.file_url( |