Skip to content

Commit

Permalink
added namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorOctober committed Aug 19, 2016
1 parent 2059736 commit 0b9e347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion molo/servicedirectory/templates/servicedirectory/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="sd-heading category-grouping">
<a href="{% url 'molo.servicedirectory:location-search' %}?search={{ keyword }}" class="sd-cat-keyword">{{ keyword }}</a>{% if not forloop.last or and_more %}, {% endif %}
{% endfor %}
{% if and_more %}
<a href="{% url 'home' %}?category={{ category.name }}" class="sd-cat-keyword">and more...</a>
<a href="{% url 'molo.servicedirectory:home' %}?category={{ category.name }}" class="sd-cat-keyword">and more...</a>
{% endif %}
</h1>
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p class="sd-back"><a href="{% url 'home' %}">< Back</a></p>
<p class="sd-back"><a href="{% url 'molo.servicedirectory:home' %}">< Back</a></p>

<p class="sd-heading search">
In which area would you like to find a service?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 class="sd-heading svc-org-name">
Check your spelling
</li>
<li>
<a href="{% url 'home' %}">Search for something else</a>
<a href="{% url 'molo.servicedirectory:home' %}">Search for something else</a>
</li>
<li>
Search a category:
Expand Down

0 comments on commit 0b9e347

Please sign in to comment.