aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/view
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-02 13:28:39 +0100
committerChristopher Baines <mail@cbaines.net>2019-12-12 20:07:22 +0000
commit2d87bd6340011cd403c2960acd691478292908da (patch)
treebcd82d7cb84fbc820be31e4cd19f49f42ba3cd80 /guix-data-service/web/view
parent8ff27eaa140c0270a441ba438474db7f70bfefd8 (diff)
downloaddata-service-2d87bd6340011cd403c2960acd691478292908da.tar
data-service-2d87bd6340011cd403c2960acd691478292908da.tar.gz
Add a page for each signing key
Diffstat (limited to 'guix-data-service/web/view')
-rw-r--r--guix-data-service/web/view/html.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index e3afb08..2b0b484 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -21,6 +21,7 @@
#:use-module (guix-data-service config)
#:use-module (guix-data-service web query-parameters)
#:use-module (guix-data-service web util)
+ #:use-module (guix-data-service web html-utils)
#:use-module (ice-9 vlist)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1)