m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html
diff options
context:
space:
mode:
authorMagdalena GrodziƄska <mag.grodzinska@gmail.com>2019-11-24 21:58:39 +0100
committerGitHub <noreply@github.com>2019-11-24 21:58:39 +0100
commite24fbbecfb9b631d9467b204a1b87c593746886b (patch)
tree57758d0a3b45e6d3555a6821a657cd4c781e18bf /src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html
parent9e678a942e98d78ad0ac81e7ffb0be551db88162 (diff)
parent63dfe423c50e9c0f82ccced10b7ca04a30ec4200 (diff)
Merge pull request #39 from m-chrzan/small_fixes_to_client
Small fixes to client
Diffstat (limited to 'src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html')
-rw-r--r--src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html
index 79a9f5f..ba0a3a8 100644
--- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html
+++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/contactsForm.html
@@ -17,8 +17,8 @@
<textarea class="form-control" id="Textarea1" rows="3" th:field="*{string}"></textarea>
<small id="attributeValueHelpBlock" class="form-text text-muted">
Use Json format for entering contacts. Examples: <br>
- Contact: { "contactName" : [ 1, 1, 1, 1 ] } <br>
- Contact: { "contactName1" : [ 1, 1, 1, 1 ], "contactName2" : [ 2, 2, 2, 2 ] }
+ Contact: { "/contactName" : [ 1, 1, 1, 1 ] } <br>
+ Contact: { "/contactName1" : [ 1, 1, 1, 1 ], "/contactName2" : [ 2, 2, 2, 2 ] }
</small>
</div>
<button type="submit" class="btn btn-primary">Submit</button>