Explorar el Código

remove blank line

master
erichhasl hace 8 años
padre
commit
23b84ce9f1
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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">


Cargando…
Cancelar
Guardar