fix ups in template title
This commit is contained in:
parent
4998af0ecf
commit
6036984300
|
@ -67,7 +67,7 @@ If you are a participant looking to open a new account, please write to contact@
|
|||
<ul id="templateList">
|
||||
{% for t in tmpl_list %}
|
||||
<li data-id="{{ t.id }}">
|
||||
<span class="articleTitle">{{ o.title }}</span>
|
||||
<span class="articleTitle">{{ t.title }}</span>
|
||||
{% if o.is_locked %} {% else %} <a href="{{ t.edit_url }}" title="Edit Article" target="_blank">edit</a> {% endif %}
|
||||
<a href="{{ t.web_url }}" title="View as Webpage" target="_blank">web</a>
|
||||
<a href="#" class="createCopy">copy</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user