From 2e4b97545eec8cc19e509130e16a14939fa205e9 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 11 Nov 2018 22:04:54 +0100 Subject: [PATCH] Add more info --- ontology/templates/ontology/topic_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/templates/ontology/topic_form.html b/ontology/templates/ontology/topic_form.html index 4b6f8a0c5..d63f27069 100644 --- a/ontology/templates/ontology/topic_form.html +++ b/ontology/templates/ontology/topic_form.html @@ -31,7 +31,7 @@ $("#id_name").keyup(function() { <li>Start with a capital letter</li> <li>Use plural words (<em>e.g.</em> <strong>superconductors</strong> instead of <strong>superconductor</strong>)</li> <li>If an acronym exists, put it in parentheses at the end (<em>e.g.</em> <strong>Renormalization group (RG)</strong>). <strong class="text-danger">Remove any parentheses from the slug!</strong></li> - <li>Mix equivalent words by using a slash, <em>e.g.</em> <strong>Superconductivity⁄superconductors</strong></li> + <li>Mix equivalent words by using a slash, <em>e.g.</em> <strong>Superconductivity⁄superconductors</strong>. <strong class="text-danger">You will similarly need to remove the slash from the slug!</strong></li> </ul> <form action="" method="post"> {% csrf_token %} -- GitLab