Revision 5841646f snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
27 27
		   <a href="{% url group_search %}">Join an existing one</a>
28 28
		   or
29 29
		   <!--<a href="{% url group_create_list %}">Create a new group</a>-->
30
		   <a href="{% url group_add 'course' %}">create a new group</a>.
30
		   <a href="{% url group_add 'default' %}">create a new group</a>.
31 31
		</p>
32 32
		
33 33
		<div class="widjets"> 
......
39 39
							<h2>WELCOME!</h2>
40 40
							<p><a href="{% url group_add 'course' %}"><img alt="THINK ABOUT IT" src="/static/im/images/create.png"></a></p>
41 41
							<p class="txt">Connect with a world of people who share your passions.<br>With millions of groups at your fingertips, it's easy to find the group that's best for you -- no matter your interest.</p>
42
							<p><a href="{% url group_add 'course' %}">create a group ></a></p>
42
							<p><a href="{% url group_add 'default' %}">create a group ></a></p>
43 43
							<!--<p class="btn"><a href="{% url group_create_list %}" class="submit">CREATE</a></p>-->
44 44
						</div>
45 45
					</div>
......
65 65
        <div class="full-dotted">
66 66
        	<form method="GET" class="minimal" action="#searchResults"> 
67 67
				<div class="form-row">
68
					<select name="sorting" onchange="this.form.submit();">
68
					<select name="sorting" onchange="this.form.submit();" class="dropkicked">
69 69
					    <option value="">Sort by</option>
70 70
					    <option value="groupname" {% if sorting == 'groupname' %}selected{% endif %}>Name</option>
71 71
			            <!--option value="kindname" {% if sorting == 'kindname' %}selected{% endif %}>Type</option-->			
......
191 191
            {% with q|paginate:args as page_obj %}
192 192
        	 
193 193
	      	    <div >
194
					<form method="GET" class="minimal" action="#allGroups">
194
					<form method="GET" class="minimal" action="#allGroups" id="mygroups">
195 195
						<div class="form-row">
196
						    <select name="sorting" onchange="this.form.submit();">
196
						    <select name="sorting"  class="dropkicked">
197 197
							    <option value="">Sort by</option>
198 198
							    <option value="groupname" {% if sorting == 'groupname' %}selected{% endif %}>Name</option>
199 199
					            <!--<option value="kindname" {% if sorting == 'kindname' %}selected{% endif %}>Type</option>-->			

Also available in: Unified diff