mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-08-04 09:25:20 +02:00
manual refactoring
This commit is contained in:
@@ -15,7 +15,9 @@ description: Deutsches Benutzerhandbuch für KST4Contest.
|
||||
{% if manual.lang == "de" %}
|
||||
<div class="card">
|
||||
<h3><a href="/manual/de/{{ manual.slug }}/">{{ manual.title }}</a></h3>
|
||||
<p>Handbuchseite „{{ manual.title }}“ öffnen.</p>
|
||||
{% if manual.summary %}
|
||||
<p>{{ manual.summary }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
@@ -15,7 +15,9 @@ description: English user manual for KST4Contest.
|
||||
{% if manual.lang == "en" %}
|
||||
<div class="card">
|
||||
<h3><a href="/manual/en/{{ manual.slug }}/">{{ manual.title }}</a></h3>
|
||||
<p>Open the {{ manual.title }} manual page.</p>
|
||||
{% if manual.summary %}
|
||||
<p>{{ manual.summary }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user