Skip to content

Commit

Permalink
[CHANGE] Use Discord markdown for links
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Nov 26, 2023
1 parent 53d6a15 commit 5452db7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% if formup_time.timestamp %}
{#Check if aa-timezones is available#}
{% if timezones_installed %}
- {{ SITE_URL }}{% url "timezones:index" formup_time.timestamp %}
([Time Zone Conversion]({{ SITE_URL }}{% url "timezones:index" formup_time.timestamp %}))
{% endif %}

{#Add local time#}
Expand All @@ -77,7 +77,7 @@

{#Check for doctrine link#}
{% if doctrine.link %}
- {{ doctrine.link }}
([Doctrine Link]({{ doctrine.link }}))
{% endif %}
{% endif %}

Expand All @@ -88,7 +88,7 @@

{#Check if we have an SRP link#}
{% if srp.link.link %}
(SRP Link: {{ srp.link.link }})
(SRP Code: [{{ srp.link.code }}]({{ srp.link.link }}))
{% endif %}
{% endif %}

Expand Down

0 comments on commit 5452db7

Please sign in to comment.