Changeset - 2528ad965704
[Not reviewed]
0 1 0
Josh Simmons - 6 years ago 2018-07-04 20:06:21
joshuasimmons@google.com
note that 2017 accounts don't work here
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/account_login.html
Show inline comments
...
 
@@ -6,12 +6,16 @@
 
{% block head_title %}Log In{% endblock %}
 

	
 
{% block heading %}Log In or Sign Up{% endblock %}
 

	
 
{% block body_class %}login{% endblock %}
 

	
 
{% block lede %}
 
  You'll need an account to propose a talk or purchase a ticket. Accounts from North Bay Python 2017 <em>do not</em> work on the 2018 website.
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
  <div class="container">
 
    <div class="row">
 
      <div class="col-md-4">
 

	
0 comments (0 inline, 0 general)