|  | @@ -38,14 +38,14 @@
 | 
	
		
			
			| 38 | 38 |      <table style="width: 100%; cell-padding: 0; border-collapse: collapse; margin: 0">
 | 
	
		
			
			| 39 | 39 |        <tr style="background-color: F5F5F5; border-bottom: 1px solid #CCC;" >
 | 
	
		
			
			| 40 | 40 |          <td style="background-color: #666;">
 | 
	
		
			
			| 41 |  | -            FIXME restore logo
 | 
	
		
			
			|  | 41 | +            <!-- FIXME - G.M - 09-06-2018 - restore logo -->
 | 
	
		
			
			| 42 | 42 |          </td>
 | 
	
		
			
			| 43 | 43 |          <td style="padding: 0.5em; background-color: #666; text-align: left;">
 | 
	
		
			
			| 44 | 44 |            <span style="font-size: 1.3em; color: #FFF; font-weight: bold;">
 | 
	
		
			
			| 45 | 45 |              ${main_title}
 | 
	
		
			
			| 46 | 46 |              — <span style="font-weight: bold; color: #999; font-weight: bold;">
 | 
	
		
			
			| 47 | 47 |                ${status|n}
 | 
	
		
			
			| 48 |  | -              FIXME restore icon
 | 
	
		
			
			|  | 48 | +              <!-- FIXME - G.M - 09-06-2018 - restore icon -->
 | 
	
		
			
			| 49 | 49 |              </span>
 | 
	
		
			
			| 50 | 50 |          </td>
 | 
	
		
			
			| 51 | 51 |        </tr>
 | 
	
	
		
			
			|  | @@ -54,13 +54,15 @@
 | 
	
		
			
			| 54 | 54 |      <p id="content-intro">${content_intro|n}</p>
 | 
	
		
			
			| 55 | 55 |      <div id="content-body">
 | 
	
		
			
			| 56 | 56 |          <div>${content_text|n}</div>
 | 
	
		
			
			| 57 |  | -        <div href="FIXME url" id="call-to-action-container">
 | 
	
		
			
			|  | 57 | +        <!-- FIXME - G.M - 09-06-2018 - fix action url -->
 | 
	
		
			
			|  | 58 | +        <div href='' id="call-to-action-container">
 | 
	
		
			
			| 58 | 59 |          </div>
 | 
	
		
			
			| 59 | 60 |      </div>
 | 
	
		
			
			| 60 | 61 |      
 | 
	
		
			
			| 61 | 62 |      <div id="footer">
 | 
	
		
			
			| 62 | 63 |          <p>
 | 
	
		
			
			| 63 |  | -            ${_('{user_display_name}, you receive this email because you are registered on <i>{website_title}</i> and you are <i>{user_role_label}</i> in the workspace <a href="{workspace_url}">{workspace_label}</a>.').format(user_display_name=user.display_name, user_role_label=role, workspace_url='FIXME url', workspace_label=workspace.label, website_title=config.WEBSITE_TITLE)|n}
 | 
	
		
			
			|  | 64 | +            <!-- FIXME - G.M - 09-06-2018 - Set correct workspace url -->
 | 
	
		
			
			|  | 65 | +            ${_('{user_display_name}, you receive this email because you are registered on <i>{website_title}</i> and you are <i>{user_role_label}</i> in the workspace <a href="{workspace_url}">{workspace_label}</a>.').format(user_display_name=user.display_name, user_role_label=role, workspace_url='', workspace_label=workspace.label, website_title=config.WEBSITE_TITLE)|n}
 | 
	
		
			
			| 64 | 66 |          </p>
 | 
	
		
			
			| 65 | 67 |          <hr/>
 | 
	
		
			
			| 66 | 68 |          <p>
 |