diff --git a/src/IDF/templates/idf/base-simple.html b/src/IDF/templates/idf/base-simple.html index 4358844..40d56be 100644 --- a/src/IDF/templates/idf/base-simple.html +++ b/src/IDF/templates/idf/base-simple.html @@ -54,6 +54,7 @@
{block foot}InDefero Logo{/block}
+{include 'idf/js-hotkeys.html'} {block javascript}{/block} diff --git a/src/IDF/templates/idf/faq.html b/src/IDF/templates/idf/faq.html index ad889ad..39f2517 100644 --- a/src/IDF/templates/idf/faq.html +++ b/src/IDF/templates/idf/faq.html @@ -9,17 +9,21 @@

{trans 'What are the keyboard shortcuts?'}

+ +

{trans 'If you are in a project, you have the following shortcuts:'}

{trans 'You also have the standard access keys:'}

diff --git a/src/IDF/templates/idf/js-hotkeys.html b/src/IDF/templates/idf/js-hotkeys.html index a41dea6..ee39cac 100644 --- a/src/IDF/templates/idf/js-hotkeys.html +++ b/src/IDF/templates/idf/js-hotkeys.html @@ -1,16 +1,17 @@ -{if $project} -{/if} +