Skip to content

Commit

Permalink
Upgrade dependencies, add terms, drop version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Sep 1, 2021
1 parent 9791ab1 commit 597a24a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==3.2
pyxform==1.5.1
Django==3.2.4
pyxform==1.6.0
12 changes: 7 additions & 5 deletions xlsform_app/templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-91951913-6"></script>
Expand Down Expand Up @@ -67,6 +69,6 @@

<div id="output">
</div>
<div class="version muted"><a target="_parent" href="https://github.com/getodk/xlsform-online/releases/tag/v2.5.1">v2.5.1</a></div>
<p class="footer">By using this web app, you agree to our <a href="https://getodk.org/legal/tos.html" target="_blank">Terms of Service</a> and <a href="https://getodk.org/legal/privacy.html" target="_blank">Privacy Policy</a>.</p>
</body>
</html>

0 comments on commit 597a24a

Please sign in to comment.