Tiny changes
This commit is contained in:
parent
a54e5be78e
commit
664682aaf6
@ -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) }}" />
|
||||
|
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user