aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/base.html3
-rw-r--r--wqflask/wqflask/templates/network_graph.html17
2 files changed, 5 insertions, 15 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index ec55ebeb..ba8ef769 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -40,6 +40,9 @@
<a href="/">Search</a>
</li>
<li class="">
+ <a href="/submit_trait">Submit Trait</a>
+ </li>
+ <li class="">
<a href="/collections/list">Collections
{% if g.user_session.user_ob %}
<span class="badge badge-info">{{ g.user_session.user_ob.display_num_collections() }}</span>
diff --git a/wqflask/wqflask/templates/network_graph.html b/wqflask/wqflask/templates/network_graph.html
index 57426af7..50c0c230 100644
--- a/wqflask/wqflask/templates/network_graph.html
+++ b/wqflask/wqflask/templates/network_graph.html
@@ -45,7 +45,8 @@
<tr>
<td>
<font size="2"><b>0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +/- 1</b></font>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +/- 1</b></font>
</td>
</tr>
<tr>
@@ -82,20 +83,6 @@
</a>
</td>
</tr>
- <tr>
- <td>
- <a id="image_link" href="javascript:void(0)">
- <button style="width:100px;height:25px;">Table View</button>
- </a>
- </td>
- </tr>
- <tr>
- <td>
- <a id="image_link" href="javascript:void(0)">
- <button style="width:100px;height:25px;">Save Table</button>
- </a>
- </td>
- </tr>
</tbody>
</table>
</div>