Improved campaign selection screen in new game wizard.

This commit is contained in:
Khopa
2020-11-08 23:24:10 +01:00
parent 61253e4d4d
commit 5946fc7404
27 changed files with 54 additions and 178 deletions

View 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 }}

View File

@@ -5,7 +5,7 @@
<br/><br/>
<strong>Available airplanes:</strong>
<strong>Available aircrafts:</strong>
<ul>
{% for aircraft in faction.aircrafts %}
<li>{{aircraft.id}}</li>