Changeset - 6b9ff97a243c
[Not reviewed]
0 1 0
Christopher Neugebauer - 5 years ago 2019-07-01 21:56:20
_@chrisjrn.com
Update the account login page.
1 file changed with 1 insertions and 1 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.
 
  You'll need an account to propose a talk or purchase a ticket. Accounts from North Bay Python 2018 <em>do not</em> work on the 2019 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">
0 comments (0 inline, 0 general)