From: Dave Page Date: Thu, 22 Jun 2023 14:04:18 +0000 (+0100) Subject: Get rid of the yet-to-be-skinned message. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e42c750f3103c3454aeb644d05f60f0336ca0998;p=pguk-website.git Get rid of the yet-to-be-skinned message. --- diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..9956370 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,13 @@ +{%extends "base.html" %} +{%block title%}PGDay UK{%endblock%} +{%block maincontent%} +
+
+

PGDay UK

+

+ Welcome to PGDay UK. +

+ +
+
+{%endblock%}