Fix for automated mail URLs
This commit is contained in:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user