Removed TwigBBExtension

The BBcode stuff will be superseded by HTML created with CKEditor

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI (W00d5t0ck)
2012-08-25 23:13:12 +02:00
parent 6a0bb96c5a
commit fc1144ad29
2 changed files with 1 additions and 134 deletions

View File

@@ -51,7 +51,7 @@
</td>
</tr>
<tr>
<td class="szoveg"><div>{{ post.text|bbdecode }}</div></td>
<td class="szoveg"><div>{{ post.text|raw }}</div></td>
</tr>
{% endfor %}
</tbody>