Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Preserve casing on committee titles. #208

Merged
merged 1 commit into from
May 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/candidates-single.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layouts/main.html' %}

{% block title %}
{{name | title}} - Candidate Overview
{{ name }} - Candidate Overview
{% endblock %}

{% block header %}
Expand Down
2 changes: 1 addition & 1 deletion templates/committees-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% import 'macros/missing.html' as missing %}

{% block title %}
{{name | title}} - Committee Overview
{{ name }} - Committee Overview
{% endblock %}

{% block header %}
Expand Down