Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
bug923206: patched missing CTA from login.html and new.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhassan authored and zmhassan committed Nov 15, 2013
1 parent c7a11c7 commit 24c0915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions views/user/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
</div>
<div class="ui-section ui-section-toppad">
<div class="ui-row">
<div class="subtitle">{{ gettext("Webmaker uses Persona, a secure way to sign in.") }}
<div class="subtitle">{{ gettext("Webmaker uses Persona, a secure way to sign in.") }}
{{ gettext("Learn more about Persona") | safe }}</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block require_main %}{% endblock %}
{% block scripts %}
<script>
requirejs.config({
Expand Down
1 change: 0 additions & 1 deletion views/user/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ <h1>{{ gettext("Claim your webmaker space") }}</h1>
</div>
</div>
{% endblock %}
{% block require_main %}{% endblock %}
{% block scripts %}
<script>
requirejs.config({
Expand Down

0 comments on commit 24c0915

Please sign in to comment.