{%include 'account/register.html'%}
{% extends "base.html" %}{% load cms_tags menu_tags sekizai_tags %}{% load staticfiles %}
{% block title %}{% page_attribute "page_title" %}{% endblock title %}
{% block content %}<div class="breadcrumb_page"> <div class="container"> <div class="row"> <div class="col-xs-12 breadcrumb_page_title"> <h1 class="page_name">{{ request.current_page.get_page_title }}</h1> <div class="breadcrumb_um"> <ul> {% block breadcrumb_mid %} {% show_breadcrumb %} {% endblock %} </ul> </div> </div> </div> </div></div>
<div class="container internal_page"> <div class="row"> {% if request.current_page.get_ancestors|length <= 1 %} <div class="col-xs-12 col-sm-2"> <div class="submenu_page"> <h2></h2> <div class="left_menu"> {% if request.current_page.get_ancestors|length == 1 %} {% show_menu 1 1 0 100 %} {% else %} {% show_menu 1 1 0 100 %} {% endif %} </div> </div> </div> <div class="col-xs-12 col-sm-10"> {% placeholder "content" %} {%include 'account/register.html'%} </div> {% endif %} </div></div>
{% endblock content %}I may be alone in this, but perhaps it will help piceofkayk2718 to know that I completely ignore his (?) posts because there is never any context....
Do you have an action on your register form? Like <form action="#">
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ce2a92c4-270a-46c9-9b49-06a2d72cf72b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.