Skip to content

Commit e8eb8a9

Browse files
committed
remove note label from email template
1 parent 053d029 commit e8eb8a9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backend/templates/email/html/proposal_base.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ function ($e) use ($year) {
162162
<?php if (!empty($proposal['note'])): ?>
163163
<div>
164164
<h3>Nota</h3>
165-
<?php if (!empty($proposal['curriculum']['degree']['note_label'])): ?>
166-
<p><?= $proposal['curriculum']['degree']['note_label'] ?></p>
167-
<?php endif; ?>
168165
<p style="white-space: pre-wrap;"><?= h($proposal['note']) ?></p>
169166
</div>
170167
<?php endif; ?>

0 commit comments

Comments
 (0)