aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/resources/resource_create.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-22 20:26:47 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-22 20:26:47 +0100
commitb68e88b7643920caeb5d9d9cda8cdd08d51e10c9 (patch)
treec97edc4b77b97827b424e8bff582d7fa30f66a84 /alphabetlearning/templates/resources/resource_create.html
parentf07aeadf676053168f4a05b59e9deedd6424fa8c (diff)
couple of minor tweaks
Diffstat (limited to '')
-rw-r--r--alphabetlearning/templates/resources/resource_create.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/alphabetlearning/templates/resources/resource_create.html b/alphabetlearning/templates/resources/resource_create.html
index 374af93..c27222f 100644
--- a/alphabetlearning/templates/resources/resource_create.html
+++ b/alphabetlearning/templates/resources/resource_create.html
@@ -9,7 +9,7 @@
{% block content %}
<div>
<div class="form-container">
- <h1>Upload a new resource</h1>
+ <h1>Add a new resource</h1>
<form action="{% url 'resources:create_resource' %}"
method="post"