diff options
Diffstat (limited to 'alphabetlearning/templates')
-rw-r--r-- | alphabetlearning/templates/resources/resource_create.html | 2 |
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" |