Skip to content

Commit

Permalink
Updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
artofnuel committed Aug 15, 2022
1 parent e4f5f09 commit eec580e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
Binary file not shown.
5 changes: 4 additions & 1 deletion movies/templates/movies/movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,11 @@

<div class="card-body">
<div class="thumbnail" style="margin-bottom: 0px;">
{% if movie.author.userinfo.avatar %}
<a href="{% url 'movies:view_profile' movie.id %}"><img src="{{ movie.author.userinfo.avatar.url }}" alt=""></a>

{% else %}
<a href="{% url 'movies:view_profile' movie.id %}"><img src="{% static 'dummy.png' %}" alt=""></a>
{% endif %}
</div>
<div class="video-desc">
<h3 class="card-title"><a href="{% url 'movies:view_movie' movie.id %}">{{ movie.title }}</a>
Expand Down
2 changes: 1 addition & 1 deletion movies/templates/movies/view_movie.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a class="image-a" href="#"><img
src="{% static 'assets/Watch page/play.png' %}"></a>
<a class="image-a" href=""><img
src="{% static 'assets/Watch page/fast-forward.png' %"></a>
src="{% static 'assets/Watch page/fast-forward.png' %}"></a>
<a class="image-a volume" href="#"><img
src="{% static 'assets/Watch page/volume-up-fill.png' %}"></a>
</div>
Expand Down
18 changes: 18 additions & 0 deletions static/assets/Watch page/forwardarrowicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eec580e

Please sign in to comment.