Skip to content

Commit

Permalink
'Add Talk' > 'New Talk' #201
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 13, 2015
1 parent 29b13fb commit 46bb859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion talks/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li {% ifequal request.path contributors_homepage %} class="active"{% endifequal %}><a href="{{ contributors_homepage }}">Dashboard</a></li>
{% endif %}
{% if perms.events.add_event %}
<li {% ifequal request.path create_event %} class="active" {% endifequal %}><a href="{{ create_event }}">Add Talk</a></li>
<li {% ifequal request.path create_event %} class="active" {% endifequal %}><a href="{{ create_event }}">New Talk</a></li>
{% endif %}
</ul>
<form class="navbar-form navbar-right" role="search" method="get" action="{% url 'haystack_search' %}">
Expand Down
2 changes: 1 addition & 1 deletion talks/templates/events/event_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Edit "{{ event.title }}"</h3>
<h3>Edit Untitled Talk</h3>
{% endif %}
{% else %}
<h3>Add Talk</h3>
<h3>New Talk</h3>
{% endif %}
{% for error in event_form.non_field_errors %}
<div class="alert alert-warning" role="alert">{{ error }}</div>
Expand Down

0 comments on commit 46bb859

Please sign in to comment.