Tiny changes

This commit is contained in:
Jef van Schendel 2011-06-27 22:41:58 +02:00
parent a54e5be78e
commit 664682aaf6
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,6 @@
{% 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(
media.media_files.main) }}" />

View File

@ -17,11 +17,10 @@
#}
{% extends "mediagoblin/base.html" %}
{% block mediagoblin_content %}
{# temporarily, an "image gallery" that isn't one really ;) #}
{% if media %}
<div class="grid_8 alpha media_image">
<img class="media_image" src="{{ request.app.public_store.file_url(
<img src="{{ request.app.public_store.file_url(
media.media_files.main) }}" />
<h2>
{{media.title}}