Skip to content

Commit bb82d21

Browse files
committed
Updating location from Montreal to Portland, OR
1 parent eabf1a8 commit bb82d21

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

locale/fr/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ msgstr "COMMANDITAIRES"
868868
#, fuzzy, python-format
869869
msgid ""
870870
"\n"
871-
" %(SITE_NAME)s in Montréal is a production "
871+
" %(SITE_NAME)s in PORTLAND, OR is a production "
872872
"of the <a href=\"http://python.org/psf/\">Python Software Foundation</a>.</"
873873
"br>\n"
874874
" Site utilizes <a href=\"http://eldarion.com/"

pycon/templates/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3>{% trans "Tutorials" %}<span class="dates"> May 28&ndash;29</span></h3>
5858
Pythonistas and instructors.</p>
5959
</div>
6060
<div class="schedule third">
61-
<img class="schedule-icon" src="{{ STATIC_URL }}img/PNG/conference-icon.png" width=130 height=130 alt="conference icon">
61+
<img class="schedule-icon" src="{{ STATIC_URL }}img/PNG/conference-icon.png" width=130 height=130 alt="Conference icon">
6262
<h3>{% trans "Conference" %}<span class="dates"> May 30&ndash;June 1</h3>
6363
<p>PyCon is the largest annual gathering for the community
6464
using and developing the open-source Python programming language.</p>

symposion/templates/biblion/atom_feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<id>{{ feed_id }}</id>
77

8-
<title>{{ SITE_NAME }} in Montr&#233;al Announcements</title>
8+
<title>{{ SITE_NAME }} in Portland, OR Announcements</title>
99

1010
<link rel="alternate" type="text/html" href="{% url 'home' %}" />
1111

symposion/templates/biblion/blog_post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% block body %}
1111
{% localtime off %}
1212

13-
<p><a href="{% url 'blog' %}">{{ SITE_NAME }} in Montr&#233;al</a> &raquo;</p>
13+
<p><a href="{% url 'blog' %}">{{ SITE_NAME }} in Portland, OR</a> &raquo;</p>
1414

1515
<div class="row">
1616
<div class="span7">

symposion/templates/homepage.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% load boxes_tags %}
99
{% load biblion_tags %}
1010

11-
{% block head_title_base %}{{ SITE_NAME }} in Montr&#233;al | April 9th &ndash; April 17th{% endblock %}
11+
{% block head_title_base %}{{ SITE_NAME }} in Portland, OR | May 28th &ndash; June 5th{% endblock %}
1212

1313
{% block body_class %}home{% endblock %}
1414

@@ -183,4 +183,3 @@ <h2>{{ post.title }}</h2>
183183
</script>
184184
{% endcompress %}
185185
{% endblock %}
186-

symposion/templates/site_base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% load thumbnail %}
1313
{% load sitetree %}
1414

15-
{% block head_title_base %}{% block head_title %}{% endblock %} | {{ SITE_NAME }} in Montr&#233;al{% endblock %}
15+
{% block head_title_base %}{{ SITE_NAME }} in Portland, OR | May 28th &ndash; June 5th{% endblock %}
1616

1717
{% block viewport %}{% endblock viewport %}
1818

@@ -53,7 +53,7 @@
5353
{% block topbar_base %}
5454
<header class="main">
5555
<div class="container">
56-
<h3 class="logo"><a href="{% url "home" %}">{{ SITE_NAME }} in Montr&#233;al</a></h3>
56+
<h3 class="logo"><a href="{% url "home" %}">{{ SITE_NAME }} in Portland, OR</a></h3>
5757
<div class="tagline">Change the future</div>
5858
<div class="account-bar">{% block account_bar %}{% include "_account_bar.html" %}{% endblock %}</div>
5959
<div class="navbar navbar-inverse">
@@ -122,7 +122,7 @@ <h3 style="margin-top: 3em;">{{ level.name }}</h3>
122122
<footer>
123123
{% block footer %}
124124
<p>
125-
{{ SITE_NAME }} in Montr&#233;al is a production of the <a href="http://python.org/psf/">Python Software Foundation</a>.
125+
{{ SITE_NAME }} in Portland, OR is a production of the <a href="http://python.org/psf/">Python Software Foundation</a>.
126126
<br />
127127
Site built by <a href="http://caktusgroup.com">Caktus Consulting Group, LLC.</a> using <a href="http://pinaxproject.com/symposion/" title="Symposion — An Open Platform for Conference Websites">Symposion</a>. Hosting provided by <a href="http://osuosl.org">OSU Open Source Lab</a>.
128128
<br />

0 commit comments

Comments
 (0)