Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #841 from kawazrepos/googlecal-width
Browse files Browse the repository at this point in the history
イベントgoogleカレンダー埋め込みのwidthを相対指定にした
  • Loading branch information
tunacook committed Jan 13, 2015
2 parents c760102 + 2fea0ed commit 8cba577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates/events/event_archive_month.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>{% blocktrans with month=month|date:"Y年n月" %}Events on {{ month }}{% end
{% endfor %}
</div>

<iframe src="https://www.google.com/calendar/embed?src=kawaz.org_knp8k16jovqbodorkrkt45un0o%40group.calendar.google.com&ctz=Asia/Tokyo" style="border: 0" width="845" height="730" frameborder="0" scrolling="no"></iframe>
<iframe src="https://www.google.com/calendar/embed?src=kawaz.org_knp8k16jovqbodorkrkt45un0o%40group.calendar.google.com&ctz=Asia/Tokyo" style="border: 0" width="100%" height="730" frameborder="0" scrolling="no"></iframe>
{% endblock %}

{% block content-aside %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/events/event_archive_year.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>{% blocktrans with year=year|date:"Y" %}Events on {{ year }}{% endblocktrans
{% endfor %}
</div>

<iframe src="https://www.google.com/calendar/embed?src=kawaz.org_knp8k16jovqbodorkrkt45un0o%40group.calendar.google.com&ctz=Asia/Tokyo" style="border: 0" width="845" height="730" frameborder="0" scrolling="no"></iframe>
<iframe src="https://www.google.com/calendar/embed?src=kawaz.org_knp8k16jovqbodorkrkt45un0o%40group.calendar.google.com&ctz=Asia/Tokyo" style="border: 0" width="100%" height="730" frameborder="0" scrolling="no"></iframe>
{% endblock %}

{% block content-aside %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/events/event_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>{% trans "Upcoming events" %}</h1>
{% endfor %}
</div>

<iframe src="https://www.google.com/calendar/embed?src=kawaz.org_knp8k16jovqbodorkrkt45un0o%40group.calendar.google.com&ctz=Asia/Tokyo" style="border: 0" width="845" height="730" frameborder="0" scrolling="no"></iframe>
<iframe src="https://www.google.com/calendar/embed?src=kawaz.org_knp8k16jovqbodorkrkt45un0o%40group.calendar.google.com&ctz=Asia/Tokyo" style="border: 0" width="100%" height="730" frameborder="0" scrolling="no"></iframe>
{% endblock %}

{% block content-aside %}
Expand Down

0 comments on commit 8cba577

Please sign in to comment.