Skip to content

Commit

Permalink
Merge pull request #130 from OpenDataServices/72-titles
Browse files Browse the repository at this point in the history
HTML Page Titles
  • Loading branch information
odscjames committed May 4, 2021
2 parents d8244d7 + 14f57c1 commit d54bbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standards_lab/ui/templates/cove_results.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}Home |{% endblock %}
{% block title %}Data Test Results | {{ project_name }} |{% endblock %}
{% block content %}
<div class="container mt-2">
<h1><a href="{% url "ui:project" project.name %}">{{project.name}}</a> - Data Test Results</h1>
Expand Down
2 changes: 1 addition & 1 deletion standards_lab/ui/templates/project.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}Home | {% endblock %}
{% block title %}{{ project_name }} | {% endblock %}
{% block content %}
{% load static %}
<script src="{% static 'v-jsoneditor/js/v-jsoneditor.min.js' %}"></script>
Expand Down

0 comments on commit d54bbf0

Please sign in to comment.