diff options
author | Julian T <julian@jtle.dk> | 2020-09-09 18:08:36 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-09 18:08:36 +0200 |
commit | 32ecbd53f122b30f847b84e12ca659fb4e5158ef (patch) | |
tree | bfbace862a1ad683d433c013e17b7e4fd277a4f3 /root.template | |
parent | 22b6c753c10f04886f6179bd4d40539245307732 (diff) |
Switched name schema
Diffstat (limited to 'root.template')
-rw-r--r-- | root.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/root.template b/root.template index 2cfbbcf..2db38db 100644 --- a/root.template +++ b/root.template @@ -29,7 +29,7 @@ <div class="help"> <h4>Navn format</h4> - <pre>$DATE/$COURSE/$MODULE/$SECTION/$PART</pre> + <pre>$DATE:$COURSE/$MODULE/$SECTION/$PART</pre> <table> <tr> @@ -55,9 +55,9 @@ </table><br> <p>Eksempler:</p> - <pre>2020-09-09/sig/mm1/noter/1 - 2020-09-09/sig/mm1/noter/2 - 2020-09-09/sig/mm1/opg/1</pre> + <pre>2020-09-09:sig/mm1/noter/1 + 2020-09-09:sig/mm1/noter/2 + 2020-09-09:sig/mm1/opg/1</pre> <table> <tr> <th>Lokations format</th> |