Fix for automated mail URLs

This commit is contained in:
2014-10-07 12:24:17 +02:00
parent b88700c8df
commit fa456ce935
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@
{% endif %}
just applied for BFCT!
</p>
<p>Check out her/his submission at the <a href="http://www.blender.org/{{url_for('applications.view', id=application.id)}}">BFCT portal</a>.</p>
<p>Check out her/his submission at the <a href="http://www.blender.org{{url_for('applications.view', id=application.id)}}">BFCT portal</a>.</p>
<p>The BFCT robot</p>

View File

@@ -6,6 +6,6 @@ Hello there fellow board member!
{{application.user.email}} just applied for BFCT!
{% endif %}
Check out her/his submission at http://www.blender.org/{{url_for('applications.view', id=application.id)}}.
Check out her/his submission at http://www.blender.org{{url_for('applications.view', id=application.id)}}.
The BFCT robot