Skip to content

Commit

Permalink
Remove <code> tag from tile of service_users pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Jun 13, 2024
1 parent c11738b commit da6030c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "jasmin_services/service_base.html" %}
{% load markdown_deux_tags service_tags %}

{% block page_title %}<code>{{ service }}</code>{% endblock %}
{% block page_title %}{{ service }}{% endblock %}

{% block service_breadcrumbs %}
<li class="breadcrumb-item">
Expand Down

0 comments on commit da6030c

Please sign in to comment.