Skip to content

Commit

Permalink
Fix error if no file for dictation, bump django-dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
maxicecilia committed May 28, 2017
1 parent 3aad179 commit 3e8a27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git://github.com/maxicecilia/[email protected].1#egg=django_dropbox
-e git://github.com/maxicecilia/[email protected].2#egg=django_dropbox
-e git://github.com/maxicecilia/django_site_news.git@7d320097cedec159e396ad3d223b3919d6449c3e#egg=django_site_news-0.1.1
-e git://github.com/maxicecilia/[email protected]#egg=django_contact_us
argparse==1.2.1
Expand Down
2 changes: 1 addition & 1 deletion simple_classroom/templates/downloads/per_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{ download_type }}</h1>
{% for object in site_downloads %}
<tr>
<td>{{ object.title|default:"-" }}</td>
<td>{% if object.default_image.url %}<a href="{{ object.default_image.url }}">Descarga</a>{% endif %}</td>
<td>{% if object.default_image %}<a href="{{ object.default_image.url }}">Descarga</a>{% endif %}</td>
</tr>
{% endfor %}
</table>
Expand Down

0 comments on commit 3e8a27f

Please sign in to comment.