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

Commit

Permalink
アーカイブリストのタイトル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacook committed Nov 30, 2014
1 parent 80230f6 commit b68f4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates/events/event_archive_month.html
Expand Up @@ -13,7 +13,7 @@

{% block breadcrumb %}
{{ block.super }}
<li><a href="{% url 'events_event_list' %}">{% trans "Event archives" %}</a></li>
<li><a href="{% url 'events_event_list' %}">{% blocktrans with month=month|date:"Y年m月" %}Events on {{ month }}{% endblocktrans %}</a></li>
{% endblock %}

{% block content-header %}
Expand Down
4 changes: 2 additions & 2 deletions src/templates/events/event_archive_year.html
Expand Up @@ -12,13 +12,13 @@

{% block breadcrumb %}
{{ block.super }}
<li><a href="{% url 'events_event_list' %}">{% trans "Event archives" %}</a></li>
<li><a href="{% url 'events_event_list' %}">{% blocktrans with year=year|date:"Y年" %}Events on {{ year }}{% endblocktrans %}</a></li>
{% endblock %}

{% block content-main %}
<div class="event-list-wrap">
<div class="page-header event-list-header">
<h2>{% trans "Event archives" %}</h2>
<h2>{% blocktrans with yaer=year|date:"Y年" %}Events on {{ year }}{% endblocktrans %}</h2>
</div>
{% for event in object_list %}
{% include "events/components/list-item.html" %}
Expand Down

0 comments on commit b68f4da

Please sign in to comment.