Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 8436291

Browse files
committed
removed nofollow tag
1 parent aea6e08 commit 8436291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/pages/view_event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1>{{ event.title }}</h1>
181181
data-hashtags="codeEU">Tweet</a>
182182

183183
<div class="g-plusone" data-size="medium" data-href="http://events.codeweek.eu"></div>
184-
<a class="fa fa-envelope" style="font-size: 22px"title="Click to email this to a friend" href="mailto:?subject=Look at this awesome coding event&amp;body=Hi, check out {{ event.title }} event at http://events.codeweek.eu{% url 'web.view_event' event.pk event.slug %}" rel="nofollow"></a>
184+
<a class="fa fa-envelope" style="font-size: 22px"title="Click to email this to a friend" href="mailto:?subject=Look at this awesome coding event&amp;body=Hi, check out {{ event.title }} event at http://events.codeweek.eu{% url 'web.view_event' event.pk event.slug %}"></a>
185185
</div>
186186
</div>
187187
<div class="col-md-4 event-time-place">

0 commit comments

Comments
 (0)