You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from dojo.models import Announcement, UserAnnouncement, Dojo_User
28
28
announcement, created = Announcement.objects.get_or_create(id=1)
29
-
announcement.message = '<a href="https://cloud.defectdojo.com/accounts/onboarding/plg_step_1" target="_blank">DefectDojo Pro Cloud and On-Premise Subscriptions Now Available! Create an account to try to Pro for free!</a>'
29
+
announcement.message = '<a href="https://cloud.defectdojo.com/accounts/onboarding/plg_step_1" target="_blank">DefectDojo Pro Cloud and On-Premise Subscriptions Now Available! Create an account to try Pro for free!</a>'
<p><iclass="fa-solid fa-lg fa-circle-check"></i> Support directly from the DefectDojo Team</p>
76
76
<p><iclass="fa-solid fa-lg fa-circle-check"></i> Assistance with best practice and implementation</p>
77
77
</div>
78
-
<ahref="https://cloud.defectdojo.com/accounts/onboarding/plg_step_1" target="_blank" class="btn btn-primary support commercial light">Try to Pro for Free!</a>
78
+
<ahref="https://cloud.defectdojo.com/accounts/onboarding/plg_step_1" target="_blank" class="btn btn-primary support commercial light">Try Pro for Free!</a>
0 commit comments