Feat: Home and Contact pages setup with Altcha bot protection and saving to database using alterntive layout.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_assessment.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_assessments.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_button_icons.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_command_button_links.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_command_categories.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_commands.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_dog_command_links.bundle.css') }}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block title %}{{ model.title }}{% endblock %}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'layouts/layout.html' %}
|
||||
{% extends 'layouts/layout_dog.html' %}
|
||||
|
||||
{% block page_body %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/dog_locations.bundle.css') }}">
|
||||
|
||||
Reference in New Issue
Block a user