mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improved campaign selection screen in new game wizard.
This commit is contained in:
7
resources/ui/templates/campaigntemplate_EN.j2
Normal file
7
resources/ui/templates/campaigntemplate_EN.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
<strong>Author(s): {{ campaign.authors }}</strong>
|
||||
<br/>
|
||||
<br/>
|
||||
<strong>Number of control points:</strong> {{ campaign.theater.controlpoints|length }}
|
||||
<br/>
|
||||
|
||||
{{ campaign.description|safe }}
|
||||
@@ -5,7 +5,7 @@
|
||||
<br/><br/>
|
||||
|
||||
|
||||
<strong>Available airplanes:</strong>
|
||||
<strong>Available aircrafts:</strong>
|
||||
<ul>
|
||||
{% for aircraft in faction.aircrafts %}
|
||||
<li>{{aircraft.id}}</li>
|
||||
|
||||
Reference in New Issue
Block a user