Skip to content

Commit 80bb48a

Browse files
committed
Merge branch 'staging' into production
2 parents bedff11 + f3ebfb2 commit 80bb48a

2 files changed

Lines changed: 2 additions & 37 deletions

File tree

bloomstack_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '2.0.11'
4+
__version__ = '2.0.12'

bloomstack_core/templates/emails/authorization_request.html

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@
1414
<table
1515
style="max-width: 600px; margin: 0 auto; font-family: Helvetica, 'sans-serif'; color: #808080; line-height: 24px;">
1616

17-
<thead style="background-color: #f7f7f7;">
18-
<tr>
19-
<td style="padding: 40px 20px">
20-
<img src="https://gallery.mailchimp.com/8450e0cdfc0ece704a354070c/images/c93dc6dd-9e56-4435-ad7e-355038318242.png" alt="Logo" style="width: 40%; height: auto; float: left;">
21-
<p style="float: right; padding-top: 25px; font-size: 21px; margin-bottom: 0;">
22-
{% if authorization_request.status == "Request Sent" %}
23-
Authorization Request
24-
{% else %}
25-
{{ authorization_request.linked_docname }}
26-
{% endif %}
27-
</p>
28-
</td>
29-
</tr>
30-
</thead>
31-
3217
<tbody>
3318
<tr>
3419
<td>
@@ -88,34 +73,14 @@
8873
</tr>
8974
<tr>
9075
<td>
91-
<p style="margin: 0; padding-left: 20px; margin-bottom: 0!important;">Bloomstack Team</p>
76+
<p style="margin: 0; padding-left: 20px; margin-bottom: 0!important;">{{ company }} Team</p>
9277
</td>
9378
</tr>
9479
</table>
9580
</td>
9681
</tr>
9782
</tbody>
9883

99-
<tfoot style="background-color: #4f5161; text-align: center;">
100-
<tr>
101-
<td style="padding: 50px 10px;">
102-
<table style="width: 100%;">
103-
<tr>
104-
<td>
105-
<p style="color: #fff; margin-bottom: 0!important;">Our support address is:</p>
106-
</td>
107-
</tr>
108-
<tr>
109-
<td>
110-
<p style="margin: 0;"><a href="emailto:support@bloomstack.com"
111-
style="color: #00ADD8">support@bloomstack.com</a></p>
112-
</td>
113-
</tr>
114-
</table>
115-
</td>
116-
</tr>
117-
</tfoot>
118-
11984
</table>
12085

12186
</body>

0 commit comments

Comments
 (0)