Skip to content

Commit

Permalink
added logo to reset_password_email template (#755)
Browse files Browse the repository at this point in the history
* added image to reset_password_email.html to be tested

* fixed the image source

* added load static django command for the image in reset_password_email
  • Loading branch information
SarahCovey authored and CelineBoudier committed Jun 28, 2018
1 parent 7aa151a commit d9ebce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portal/templates/portal/reset_password_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

{% endautoescape %}

<br><image src="portal/static/portal/img/logo_c4l_horizontal.png" style="width:100%"></image>
{% load static %}
<br><img src="{% static 'portal/img/logo_c4l_horizontal.png' %}" style="width:100%"></img>

0 comments on commit d9ebce4

Please sign in to comment.