Procházet zdrojové kódy

remove blank line

master
erichhasl před 8 roky
rodič
revize
23b84ce9f1
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

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


+ 1
- 1
web_dev/sas_web/news/templates/news/praesident.html Zobrazit soubor

@@ -31,7 +31,7 @@
<p><b>Über mich</b></p>
</td>
<td>
<p>{{ entry.wahlprogramm|linebreaks }}</p>
{{ entry.wahlprogramm|linebreaks }}
</td>
</tr>
<tr class="trpartei">


Načítá se…
Zrušit
Uložit