ソースを参照

remove blank line

master
erichhasl 8年前
コミット
23b84ce9f1
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 ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存