clean up publish page
This commit is contained in:
parent
a057999dcc
commit
4998af0ecf
|
@ -19,3 +19,7 @@ float:left;
|
|||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.listHeader {
|
||||
font-size: 11px;
|
||||
|
||||
}
|
||||
|
|
|
@ -52,8 +52,7 @@ If you are a participant looking to open a new account, please write to contact@
|
|||
</p>
|
||||
</div>
|
||||
<div id="publishBlockright">
|
||||
<p>
|
||||
Search for an existing article you were working on</p> <br/>
|
||||
<h4 class="listHeader">Edit your own articles:</h4>
|
||||
<ul id="ownList">
|
||||
{% for o in own_list %}
|
||||
<li data-id="{{ o.id }}">
|
||||
|
@ -64,8 +63,7 @@ Search for an existing article you were working on</p> <br/>
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Or <br/>
|
||||
Create a new one
|
||||
<h4 class="listHeader">Create New Article - Pick a template and click 'copy':</h4>
|
||||
<ul id="templateList">
|
||||
{% for t in tmpl_list %}
|
||||
<li data-id="{{ t.id }}">
|
||||
|
@ -76,7 +74,8 @@ Create a new one
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
||||
<h4 class="listHeader">Create a copy of any existing published article:</h4>
|
||||
<ul id="publishedList">
|
||||
{% for p in pub_list %}
|
||||
<li data-id="{{ p.id }}">
|
||||
|
|
Loading…
Reference in New Issue
Block a user