Skip to content
Snippets Groups Projects

Improve automatic emails with temporary urls

Merged Flavio TARSETTI requested to merge 542_temporary_urls into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -55,7 +55,7 @@
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
{% with 48 as width %}
<h3 class="page-title"><img class="img-circle" width="{{ width }}" height="{{ width }}" data-toggle="tooltip" data-placement="top" title="To change your avatar, visit http://gravatar.com"></img>You can't validate this supervisee</h3>
<h3 class="page-title"><img class="img-circle" width="{{ width }}" height="{{ width }}" data-toggle="tooltip" data-placement="top" title="To change your avatar, visit http://gravatar.com"></img>You can't validate this supervisee!</h3>
{% endwith %}
</div>
</div>
Loading