diff --git a/requirements.txt b/requirements.txt index 8d3dfc5..993272d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Django==3.2 -pyxform==1.5.1 +Django==3.2.4 +pyxform==1.6.0 diff --git a/xlsform_app/templates/upload.html b/xlsform_app/templates/upload.html index c09afa3..931479b 100644 --- a/xlsform_app/templates/upload.html +++ b/xlsform_app/templates/upload.html @@ -10,10 +10,12 @@ white-space: pre-wrap; white-space: -moz-pre-wrap; } - .version { - text-align: center; - text-decoration: underline; - } + .footer { + text-align: center; + } + .footer a { + text-decoration: underline; + } @@ -67,6 +69,6 @@
-
v2.5.1
+