This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
enable linebreaks for programme
master
erichhasl
8 years ago
parent
c228dae963
commit
cbe5660da4
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_dev/sas_web/news/templates/news/partei.html
+1
-1
web_dev/sas_web/news/templates/news/praesident.html
+ 1
- 1
web_dev/sas_web/news/templates/news/partei.html
View File
@@ -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
View File
@@ -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">
Write
Preview
Loading…
Cancel
Save