mirror of
https://github.com/quantum5/qlinks.git
synced 2025-08-04 00:58:53 -04:00
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
|
{% load i18n %}{% blocktranslate %}Dear {{ name }},{% endblocktranslate %}
|
||
|
|
||
|
{% translate "QLinks has found a broken link:" %}
|
||
|
|
||
|
* {% translate "short link" %}: {{ link.short_url }}
|
||
|
* {% translate "destination" %}: {{ link.long }}
|
||
|
|
||
|
{% translate "Please log onto the admin site and fix this." %}
|