Don't include signup.js in login.html

(imported from commit fe36afb1703e706012f1c690d15481a0da204eb3)
This commit is contained in:
Keegan McAllister 2012-10-16 01:24:29 -04:00
parent 1769b4c21b
commit 7d44e1c56f
5 changed files with 12 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{% extends "zephyr/portico.html" %}
{% extends "zephyr/portico_signup.html" %}
{# Home page for not logged-in users. #}

View File

@ -1,4 +1,4 @@
{% extends "zephyr/portico.html" %}
{% extends "zephyr/portico_signup.html" %}
{# Displayed after a user attempts to sign up. #}

View File

@ -8,8 +8,6 @@ hence the name.
{% endcomment %}
{% block customhead %}
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script src="/static/js/signup.js"></script>
<link href="/static/styles/portico.css?dummy_time={% now "U" %}" rel="stylesheet">
{% endblock %}

View File

@ -0,0 +1,9 @@
{% extends "zephyr/portico.html" %}
{# Portico page with signup code #}
{% block customhead %}
{{ block.super }}
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script src="/static/js/signup.js"></script>
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "zephyr/portico.html" %}
{% extends "zephyr/portico_signup.html" %}
{% comment %}
Gather other user information, after having confirmed