2 Commits

Author SHA1 Message Date
Jelle van der Waa
b814ab4d72 Update django to the latest version
All checks were successful
Github-Actions / build (push) Successful in 2m44s
2025-10-02 11:30:53 +02:00
Jelle van der Waa
a0ec59ddc3 main: render package maintainers pgp keys correctly
We need to allow html to be passed into format_html.
2025-09-18 18:00:44 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ def pgp_key_link(key_id, link_text=None):
return format_html('<a href="{url}" title="PGP key search for {key}">{content}</a>',
url=url,
key=format_key(key_id),
content=link_text)
content=mark_safe(link_text))
@register.simple_tag

View File

@@ -1,5 +1,5 @@
-e git+https://github.com/fredj/cssmin.git@master#egg=cssmin
Django==5.1.12
Django==5.1.13
IPy==1.1
Markdown==3.3.7
bencode.py==4.0.0