Making sure we can determine whether the group_form() func was called
[ckanext-datagovau.git] / ckanext / example / theme / templates / forms / group_form.html
blob:a/ckanext/example/theme/templates/forms/group_form.html -> blob:b/ckanext/example/theme/templates/forms/group_form.html
--- a/ckanext/example/theme/templates/forms/group_form.html
+++ b/ckanext/example/theme/templates/forms/group_form.html
@@ -14,7 +14,7 @@
 
 <fieldset id="basic-information">
   <dl>
-    <dt><label class="field_opt" for="name">Title</label></dt>
+    <dt><label class="field_opt" for="name">The Title</label></dt>
     <dd><input class="js-title" id="title" name="title" type="text" value="${data.get('title', '')}"/></dd>
 
     <dt><label class="field_opt" for="title">Url</label></dt>