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
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load bootstrap %}
 
{% load i18n %}
 

	
 
{% 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">
 

	
 
        <form action="{% url 'account_login' %}" method="POST">
 
          <div class="panel panel-primary">
 
            <div class="panel-heading">
 
              <h3 class="panel-title">
 
                Log into an existing account
 
              </h3>
0 comments (0 inline, 0 general)