Move xnet/accounts to xnet/groups
[xnet] / xnet / groups / templates / groups / index.html
similarity index 89%
rename from xnet/accounts/templates/accounts/index.html
rename to xnet/groups/templates/groups/index.html
index 082e649..6e6d0d4 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "accounts/base.html" %}
+{% extends "groups/base.html" %}
 
 {% block js %}
     <script type="text/javascript">
@@ -24,7 +24,7 @@
     <input type="text" class="search-field input-block-level" data-target="{{ group.grouper }}_type" />
     <ul class="unstyled">
         {% for item in group.list %}
-          <li><a href="{% url 'accounts:group-home' item.short %}">{{ item }}</a></li>
+          <li><a href="{% url 'groups:group-home' item.short %}">{{ item }}</a></li>
         {% endfor %}
     </ul>
 </div>