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.
2 parents 1ffdaa6 + 5160bb0 commit 0f294f2Copy full SHA for 0f294f2
django/gsmap/models.py
@@ -107,7 +107,7 @@ class Meta:
107
def get_absolute_link(self):
108
domain = Site.objects.get_current().domain
109
return format_html(
110
- f'<a href="//{domain}/{self.get_absolute_url()}" target="_blank">'
+ f'<a href="//{domain}{self.get_absolute_url()}" target="_blank">'
111
f'{domain}{self.get_absolute_url()}</a>'
112
)
113
get_absolute_link.short_description = "Snapshot Url"
0 commit comments