Przeglądaj źródła

enable linebreaks for programme

master
erichhasl 8 lat temu
rodzic
commit
cbe5660da4
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      web_dev/sas_web/news/templates/news/partei.html
  2. +1
    -1
      web_dev/sas_web/news/templates/news/praesident.html

+ 1
- 1
web_dev/sas_web/news/templates/news/partei.html Wyświetl plik

@@ -37,7 +37,7 @@
<p><b>Wahlprogramm</b></p>
</td>
<td>
<p>{{ entry.wahlprogramm }}</p>
<p>{{ entry.wahlprogramm|linebreaks }}</p>
</td>
</tr>
<tr class="trpartei">


+ 1
- 1
web_dev/sas_web/news/templates/news/praesident.html Wyświetl plik

@@ -27,7 +27,7 @@
<p><b>Wahlprogramm</b></p>
</td>
<td>
<p>{{ entry.wahlprogramm }}</p>
<p>{{ entry.wahlprogramm|linebreaks }}</p>
</td>
</tr>
<tr class="trpartei">


Ładowanie…
Anuluj
Zapisz