Skip to content

Commit

Permalink
chore: drop placeholder tags on home page about header text
Browse files Browse the repository at this point in the history
  • Loading branch information
hkmshb committed Jan 14, 2021
1 parent 1907713 commit 2711669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ckanext/biskit/templates/home/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<div class="container-fluid top-desc">
<h2> Blood Information System for Krisis Intervention and Management.</h2>
<h2> Blood Information System for Crisis Intervention and Management.</h2>
</div>

{% block primary %}
Expand All @@ -27,4 +27,4 @@ <h2> Blood Information System for Krisis Intervention and Management.</h2>

</div>

{% endblock %}
{% endblock %}
3 changes: 1 addition & 2 deletions ckanext/biskit/templates/home/snippets/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
</form>
<div class="tags">
<span>{{ _('Popular tags :') }}</span>
<a class="tag" href="#">Hospital</a><a class="tag" href="#">Supplier</a>
{% for tag in tags %}
<a class="tag" href="{% url_for controller='package', action='search', tags=tag.name %}">{{ h.truncate(tag.display_name, 22) }}</a>
{% endfor %}
</div>
</div>
</div>

0 comments on commit 2711669

Please sign in to comment.