SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 2e4b9754 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add more info

parent b2781148
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ $("#id_name").keyup(function() { ...@@ -31,7 +31,7 @@ $("#id_name").keyup(function() {
<li>Start with a capital letter</li> <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>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>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&frasl;superconductors</strong></li> <li>Mix equivalent words by using a slash, <em>e.g.</em> <strong>Superconductivity&frasl;superconductors</strong>. <strong class="text-danger">You will similarly need to remove the slash from the slug!</strong></li>
</ul> </ul>
<form action="" method="post"> <form action="" method="post">
{% csrf_token %} {% csrf_token %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment