Skip to content

Commit

Permalink
Merge pull request #1325 from MIT-LCP/project-page-title
Browse files Browse the repository at this point in the history
Fix typo in project page titles
  • Loading branch information
tompollard authored Apr 20, 2021
2 parents e0f883c + 46c0225 commit 2639176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "project/project.html" %}

{% block title %}Project Overview - {{ project }}"{% endblock %}
{% block title %}Project Overview - {{ project }}{% endblock %}

{% load static %}
{% load project_templatetags %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "project/project.html" %}

{% block title %}Project Proofread - {{ project }}"{% endblock %}
{% block title %}Project Proofread - {{ project }}{% endblock %}

{% block main_content %}
<h2 class="form-signin-heading">6. Project Proofread</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "project/project.html" %}

{% block title %}Project Submission - {{ project }}"{% endblock %}
{% block title %}Project Submission - {{ project }}{% endblock %}

{% load static %}

Expand Down

0 comments on commit 2639176

Please sign in to comment.