Private
Public Access
1
0

Merge branch 'hotfix/v4.19'

This commit is contained in:
Sander Roosendaal
2017-10-10 08:10:11 +02:00
6 changed files with 18 additions and 9 deletions

View File

@@ -4,6 +4,9 @@
</head>
<body>
<h1>Login</h1>
<p><a class="twitter-follow-button"
href="https://twitter.com/rowsandall">
Follow @rowsandall</a></p>
{% if form.errors %}
<p style="color: red;">
@@ -23,4 +26,4 @@
<a href="/rowers/register">register</a>
</p>
</body>
</html>
</html>

View File

@@ -20,11 +20,20 @@
<tr>
<td></td>
<td><a href="/password_reset/">Forgot password?</a></td>
</tr>
</tr>
</table>
<input type="submit" value="login" />
<input type="hidden" name="next" value="{{ next }}" />
</form>
<p class="midden"><a class="twitter-follow-button"
href="https://twitter.com/rowsandall">
Follow @rowsandall</a>
</p>
{% endblock %}

View File

@@ -16,7 +16,7 @@
<div class="grid_12">
<div class="grid_1 alpha">
<div class="fb-share-button" data-href="https://rowsandall.com/rower/graph/{{ graph.id }}" data-layout="button" data-size="small" data-mobile-iframe="false">
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/graph/{{ graph.id }}&amp;src=sdkpreparse">Share</a></div>
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/graph/{{ graph.id }}">Share</a></div>
</div>
<div class="grid_1">
<a class="twitter-share-button"

View File

@@ -221,7 +221,7 @@
<div class="grid_1 omega">
<div class="grid_1 alpha">
<div class="fb-share-button" data-href="https://rowsandall.com/rowers/workout/{{ workout.id }}" data-layout="button" data-size="small" data-mobile-iframe="false">
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id }}&amp;src=sdkpreparse">Share</a></div>
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id }}">Share</a></div>
</div>
<div class="grid_1 alpha">
<p>&nbsp;</p>

View File

@@ -30,7 +30,7 @@
<h1>{{ workout.name }}</h1>
<div class="grid_1 alpha">
<div class="fb-share-button" data-href="https://rowsandall.com/rowers/workout/{{ workout.id }}" data-layout="button" data-size="small" data-mobile-iframe="false">
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id }}&amp;src=sdkpreparse">Share</a></div>
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id }}">Share</a></div>
</div>
<div class="grid_1">
<a class="twitter-share-button"

View File

@@ -106,10 +106,7 @@
</p>
</div>
<div class="grid_4 alpha">
<p>Free Data and Analysis. For Rowers. By Rowers.
<a class="twitter-follow-button"
href="https://twitter.com/rowsandall">
Follow @rowsandall</a></p>
<p>Free Data and Analysis. For Rowers. By Rowers.</p>
</div>
</div>