Include __PUBLISH__ but also not clickable
This commit is contained in:
parent
804117adde
commit
7e166ab396
@ -99,7 +99,9 @@
|
||||
<!-- WOW -->
|
||||
<td class="magicwords">
|
||||
{% for magicword in pad.magicwords | sort %}
|
||||
{% if magicword != "__PUBLISH__" %}
|
||||
{% if magicword == "__PUBLISH__" %}
|
||||
<p class="magicwords-publish">{{magicword}}</p>
|
||||
{% else %}
|
||||
<a class="magicwords" href="#{{ magicword }}">{{ magicword }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user