Allow uploading images
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
<th>Altitude</th>
|
||||
<td>{{ post.altitude }}</td>
|
||||
</tr>
|
||||
{% if post.image %}
|
||||
<tr>
|
||||
<th>Image</th>
|
||||
<td><img src="{{ vich_uploader_asset(post, 'imageFile') }}" class="img-thumbnail" width="200" alt=""></td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>Commentary</th>
|
||||
<td>{{ post.commentary }}</td>
|
||||
|
Reference in New Issue
Block a user