comment project search field (not implemented yet)
This commit is contained in:
parent
838d9d9111
commit
432db03fc0
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
{% block navbar-left %}
|
{% block navbar-left %}
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
<form class="navbar-form navbar-right" role="search" id="search-form">
|
<form class="navbar-form navbar-right" role="search" id="search-form">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% if request.user in project.subscribers.all %}
|
{% if request.user in project.subscribers.all %}
|
||||||
<li><a href="{% url 'unsubscribe-project' project.name %}?next={{ request.get_full_path }}"><span class="glyphicon glyphicon-eye-close"></span> Unwatch</a></li>
|
<li><a href="{% url 'unsubscribe-project' project.name %}?next={{ request.get_full_path }}"><span class="glyphicon glyphicon-eye-close"></span> Unwatch</a></li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue