Skip to content

Commit

Permalink
Merge pull request #40 from robotichead/development-0.12.0
Browse files Browse the repository at this point in the history
	modified:   templates/NearBeach/bug_search.html
  • Loading branch information
robotichead authored Apr 8, 2018
2 parents 2d150e1 + ae16460 commit c1578fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions templates/NearBeach/bug_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ <h4>Bug Search</h4>
</tr>
{% endfor %}
</table>
{% else %}
<p>Sorry, there are no bugs found.</p>
{% endif %}
2 changes: 1 addition & 1 deletion templates/NearBeach/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>
<li><a href="{% url 'new_task' %}">New Task</a></li>
<li><a href="{% url 'new_organisation' %}">New Organisation</a></li>
<li><a href="{% url 'new_customer' 0 %}">New Customer</a></li>
<li><a href="{% url 'new_kanban_board' %}">New Kanban BoardCongrat</a></li>
<li><a href="{% url 'new_kanban_board' %}">New Kanban Board</a></li>
</ul>
</li>
{% endif %}
Expand Down

0 comments on commit c1578fe

Please sign in to comment.