transparent navbar added to signup validate page

This commit is contained in:
Arvind Tiwari 2017-09-07 22:47:56 +05:30
parent a0451fc8ea
commit 73bbe29113

View file

@ -1,6 +1,10 @@
{% extends "hosting/base_short.html" %}
{% load staticfiles bootstrap3 i18n %}
{% block navbar %}
{% include 'hosting/includes/_navbar_transparent.html' %}
{% endblock navbar %}
{% block content %}
<div class="auth-container">
<div class="auth-bg"></div>