From c84689e655694701360ec0203178871163f6cc27 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:19:13 -0400 Subject: Add nfsw/templates/terms.html. --- nfsw/templates/terms.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 nfsw/templates/terms.html (limited to 'nfsw/templates/terms.html') diff --git a/nfsw/templates/terms.html b/nfsw/templates/terms.html new file mode 100644 index 0000000..541a371 --- /dev/null +++ b/nfsw/templates/terms.html @@ -0,0 +1,30 @@ +{% extends 'base.html' %} + +{% block title %}Terms{% endblock %} + +{% block content %} +
+
+
+

+
+
+ +
+

The nasty terms and conditions

+
+ +
+
+ +
+ +
+ +
+
+
+{% endblock %} -- cgit v1.2.3