소스 검색

enable linebreaks for programme

master
erichhasl 8 년 전
부모
커밋
cbe5660da4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장