ColdCore/utils/notification.py

3 lines
83 B
Python

def make_link(text, target):
return '<a href="{}">{}</a>'.format(target, text)