Revision 85d444db snf-astakos-app/astakos/im/templates/im/projects/project_list.html

b/snf-astakos-app/astakos/im/templates/im/projects/project_list.html
13 13
		            {% include "im/form_render.html" %}
14 14
		        <div class="form-row submit">
15 15
		                <input type="submit" class="submit altcol" value="SEARCH" />
16
		                {% if q %}<a href="{% url project_all %}">clear</a>{% endif %}
16
		                {% if q %}<a href="{% url project_search %}">clear</a>{% endif %}
17 17
		        </div>
18 18
		    </form>
19 19
	    {% else %}
......
45 45
				<li class="join">
46 46
					<div>
47 47
						<div class="wrap">
48
							<p class="centered"><a href="{% url project_all %}"><img alt="THINK ABOUT IT" src="/static/im/images/join.png"></a></p>
48
							<p class="centered"><a href="{% url project_search %}"><img alt="THINK ABOUT IT" src="/static/im/images/join.png"></a></p>
49 49
							<p class="txt">Become a member of an existing Project and instantly gain access to the resources it has to offer you. Search for open Projects and join for free. Contact the closed Projects administrators, if you think they will accept you. In two words: try to Join now. </p>
50 50
							
51
							<p><a href="{% url project_all %}">join a project ></a></p>
51
							<p><a href="{% url project_search %}">join a project ></a></p>
52 52
						</div>
53 53
					</div>
54 54
				</li>

Also available in: Unified diff