mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 09:05:28 +00:00
implement clickable links filter
This commit is contained in:
parent
0e897db723
commit
def8f72ece
4 changed files with 26 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
{% for post in posts %}
|
||||
<div>
|
||||
<a name="{{ post.id }}"></a>
|
||||
<p>{{ post.message | linebreaksbr | safe }}</p>
|
||||
<p>{{ post.message | url | linebreaksbr | safe }}</p>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="{{ post.href.post }}" title="Created">{{ post.time }}</a></li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{% block content %}
|
||||
<div>
|
||||
<a name="{{ post.id }}"></a>
|
||||
<p>{{ post.message | linebreaksbr | safe }}</p>
|
||||
<p>{{ post.message | url | linebreaksbr | safe }}</p>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="{{ post.href.post }}" title="Created">{{ post.time }}</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue