We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053d029 commit e8eb8a9Copy full SHA for e8eb8a9
1 file changed
backend/templates/email/html/proposal_base.php
@@ -162,9 +162,6 @@ function ($e) use ($year) {
162
<?php if (!empty($proposal['note'])): ?>
163
<div>
164
<h3>Nota</h3>
165
- <?php if (!empty($proposal['curriculum']['degree']['note_label'])): ?>
166
- <p><?= $proposal['curriculum']['degree']['note_label'] ?></p>
167
- <?php endif; ?>
168
<p style="white-space: pre-wrap;"><?= h($proposal['note']) ?></p>
169
</div>
170
<?php endif; ?>
0 commit comments