Skip to content

Commit

Permalink
Remove ambiguous 'back to'
Browse files Browse the repository at this point in the history
  • Loading branch information
reginafcompton committed Dec 11, 2017
1 parent 1ed0660 commit 7b29900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion councilmatic_core/templates/councilmatic_core/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="row-fluid">
<div class="col-sm-8">
<br/>
<p><a href='/events/'><i class="fa fa-angle-double-left" aria-hidden="true"></i> back to {{ CITY_VOCAB.EVENTS }}</a></p>
<p><a href='/events/'><i class="fa fa-angle-double-left" aria-hidden="true"></i> {{ CITY_VOCAB.EVENTS }}</a></p>
<h1>{{event.name}}</h1>
<p>{{event.description}}</p>

Expand Down

0 comments on commit 7b29900

Please # to comment.