summaryrefslogtreecommitdiff
path: root/static/templates/base.html
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-18 18:56:38 -0400
committermrw1593 <botahamec@outlook.com>2023-06-18 18:56:38 -0400
commit1d51343bc819ec19a593e224f61245b3b0f639b1 (patch)
treeb3e8d98598011b0072db8f92aeccdb0bd136b0b4 /static/templates/base.html
parentcfc6b9f35f49636a50ef9d170d01740439dfdbe4 (diff)
error page
Diffstat (limited to 'static/templates/base.html')
-rw-r--r--static/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/templates/base.html b/static/templates/base.html
index fe4875e..021f95e 100644
--- a/static/templates/base.html
+++ b/static/templates/base.html
@@ -10,7 +10,7 @@
<body>
{% block content %}{% endblock content %}
<footer>
- <div id="copyright">&copy; 2023 Amplify Education Inc.</div>
+ <div id="copyright">&copy; 2023</div>
</footer>
</body>
</html>