Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eae9cd0d3b | |||
|
560679057a
|
|||
| 7354af5787 | |||
|
|
b814ab4d72 | ||
|
|
a0ec59ddc3 |
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.13-alpine3.20 AS base
|
FROM python:3.13-alpine AS base
|
||||||
|
|
||||||
RUN apk add --no-cache git gcc musl-dev curl gpg gpg-agent
|
RUN apk add --no-cache git gcc musl-dev curl gpg gpg-agent rsync
|
||||||
|
|
||||||
FROM base AS deploy
|
FROM base AS deploy
|
||||||
|
|
||||||
|
|||||||
@@ -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>',
|
return format_html('<a href="{url}" title="PGP key search for {key}">{content}</a>',
|
||||||
url=url,
|
url=url,
|
||||||
key=format_key(key_id),
|
key=format_key(key_id),
|
||||||
content=link_text)
|
content=mark_safe(link_text))
|
||||||
|
|
||||||
|
|
||||||
@register.simple_tag
|
@register.simple_tag
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
-e git+https://github.com/fredj/cssmin.git@master#egg=cssmin
|
-e git+https://github.com/fredj/cssmin.git@master#egg=cssmin
|
||||||
Django==5.1.12
|
Django==5.1.13
|
||||||
IPy==1.1
|
IPy==1.1
|
||||||
Markdown==3.3.7
|
Markdown==3.3.7
|
||||||
bencode.py==4.0.0
|
bencode.py==4.0.0
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ select {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr :nth-child(7) {
|
table.results tr :nth-child(7) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user