Refactoring

This commit is contained in:
2015-02-01 17:56:09 +00:00
parent 08f95dcb99
commit 971b37c4d2
14 changed files with 240 additions and 164 deletions

View File

@@ -9,6 +9,13 @@
</div>
<div class="col-md-6">
<p>{{shot['description']}}</p>
<p>
{% if notes %}
{{notes}}
{% else %}
No notes at the moment
{% endif %}
</p>
</div>
</div>
</div>