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 213e9f3 commit 5160bb0Copy full SHA for 5160bb0
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