def format_acme_url(self, acme_object):
"""Format the ACME url from the ACME challenge object"""
object_url = acme_object.get_acme_url()
if object_url:
return format_html(
"<a href='{}'>ACME Challenge Link</a>",
object_url,
)
return '-'
评论列表
文章目录