diff --git a/src/resources/templates/resources/42ctf.html b/src/resources/templates/resources/42ctf.html index a0010fe..c6fb1ec 100644 --- a/src/resources/templates/resources/42ctf.html +++ b/src/resources/templates/resources/42ctf.html @@ -4,7 +4,7 @@
-

{% trans "What is 42CTF ?" %}

+

{% trans "What is 42CTF ?" %}

{% trans "A short introduction to CTF" %}

diff --git a/src/resources/templates/resources/create_challenge.html b/src/resources/templates/resources/create_challenge.html index bec182b..a9da07c 100644 --- a/src/resources/templates/resources/create_challenge.html +++ b/src/resources/templates/resources/create_challenge.html @@ -4,7 +4,7 @@
-

{% trans "Create new challenges" %}

+

{% trans "Create new challenges" %}

{% trans "If you want to create new challenges for 42CTF, send us a message on " %} !

diff --git a/src/resources/templates/resources/donate.html b/src/resources/templates/resources/donate.html index ce26d06..08c9b02 100644 --- a/src/resources/templates/resources/donate.html +++ b/src/resources/templates/resources/donate.html @@ -4,7 +4,7 @@
-

{% trans "Donate" %}

+

{% trans "Donate" %}

{% trans "Become a 42CTF member" %}

@@ -23,7 +23,7 @@ {% trans "However, we will not organize limited time CTF for members only, as this will be equivalent to organize paid events, and we want 42CTF to remain FREE for all." %}


-

{% trans "Donate to 42CTF" %}

+

{% trans "Donate to 42CTF" %}

{% trans "You can donate to 42CTF or pay your membership with the following means:" %}
@@ -37,7 +37,9 @@ -
+ +
+
{% trans "If you would like us to add another payment method or if you want to pay in cash, send us a message !" %}

{% trans "If you're paying for your membership, don't forget to send us your first and last name, as well as your 42CTF pseudo." %} diff --git a/src/resources/templates/resources/edit.html b/src/resources/templates/resources/edit.html index 33e4feb..2835308 100644 --- a/src/resources/templates/resources/edit.html +++ b/src/resources/templates/resources/edit.html @@ -4,10 +4,15 @@
-

{% trans "Edit this page" %}

+

{% trans "Edit this page" %}

+
+
{% trans "More information coming soon, but as you can guess it involves making a pull request to your favorite" %} repository ;) +
+
+
diff --git a/src/resources/templates/resources/tools.html b/src/resources/templates/resources/tools.html index 18d269c..8595255 100644 --- a/src/resources/templates/resources/tools.html +++ b/src/resources/templates/resources/tools.html @@ -4,7 +4,7 @@
-

{% trans "Recommended Tools" %}

+

{% trans "Recommended Tools" %}

{% trans "To get you started, we built a VM that you can simply import in" %} Virtual Box {% trans "with a bunch of useful tools." %}
@@ -25,6 +25,8 @@ {% trans "Additionnaly, you will need the following languages interpreters:" %}
- python3
- lua
+
+
diff --git a/src/resources/templates/resources/translate.html b/src/resources/templates/resources/translate.html index 06c5726..6f5f495 100644 --- a/src/resources/templates/resources/translate.html +++ b/src/resources/templates/resources/translate.html @@ -4,7 +4,7 @@
-

{% trans "Translate 42CTF" %}

+

{% trans "Translate 42CTF" %}

{% trans "42CTF source code is publicly available on this"%} github.