mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-01 22:11:16 +00:00
Renames landing layout template
This commit is contained in:
parent
38c66b208c
commit
d80feb7470
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{% extends 'landing/landing_layout.html' %}
|
{% extends 'landing/layout.html' %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block panel %}
|
{% block panel %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% extends 'landing/landing_layout.html' %}
|
{% extends 'landing/layout.html' %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block panel %}
|
{% block panel %}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
{% trans "Thank you! Your request has been received." %}
|
{% trans "Thank you! Your request has been received." %}
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{{ site.invite_request_text }}<p>
|
<p>{{ site.invite_request_text }}<p>
|
||||||
<form name="invite-request" action="{% url 'invite-request' %}" method="post">
|
<form name="invite-request" action="{% url 'invite-request' %}" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="block">
|
<div class="block">
|
Loading…
Reference in a new issue