Changeset - feddf099e4be
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-09-30 15:37:07
brettcsmith@brettcsmith.org
login: Revise NBP-specific note.
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 2018 <em>do not</em> work on the 2019 website.
 
  You'll need an account to propose a talk or purchase a ticket. Accounts from CopyleftConf 2019 <em>do not</em> work on the 2020 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)