File tree Expand file tree Collapse file tree 6 files changed +6
-13
lines changed
Expand file tree Collapse file tree 6 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 22{% load static %}
33{% load socialaccount %}
44{% load ftl %}
5-
6-
5+ {% ftlconf bundle='privaterelay.ftl_bundles.main' %}
76
87{% block content %}
9- {% ftlconf bundle='privaterelay.ftl_bundles.main' %}
108 < main class ="flx flx-col container faqs-wrapper ">
119 < h1 class ="faqs-headline "> {% ftlmsg 'faq-headline' %}</ h1 >
1210 < div class ="faqs flx flx-row spc-btwn ">
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% load ftl %}
4+ {% ftlconf bundle='privaterelay.ftl_bundles.main' %}
5+
46{% load socialaccount %}
57
68{% block content %}
79
810{% include "includes/messages.html" %}
911
10- {% ftlconf bundle='privaterelay.ftl_bundles.main' %}
11-
1212< main data-landing-page ="" class ="flx row-full-width home-hero ">
1313 < div class ="flx flx-row hero-content ">
1414 < div class ="hero-left flx flx-col ">
Original file line number Diff line number Diff line change 11{% load static %}
22{% load socialaccount %}
33{% load ftl %}
4-
54{% ftlconf bundle='privaterelay.ftl_bundles.main' %}
65
76< div class ="hero-sign-up-bg bg-fx-gradient fx-gradient-btn ">
Original file line number Diff line number Diff line change 11{% load socialaccount %}
22{% load relay_tags %}
33{% load ftl %}
4-
5- {% block content %}
64{% ftlconf bundle='privaterelay.ftl_bundles.main' %}
75
6+ {% block content %}
87
98< div class ="user-area flx flx-row al-cntr ">
109 < firefox-apps > </ firefox-apps >
Original file line number Diff line number Diff line change 44{% load static %}
55{% load relay_tags %}
66{% load ftl %}
7+ {% ftlconf bundle='privaterelay.ftl_bundles.main' %}
78
89{% block content %}
910
10- {% ftlconf bundle='privaterelay.ftl_bundles.main' %}
11-
1211{% get_social_accounts request.user as accounts %}
1312
1413{% include "includes/messages.html" with messages=messages %}
Original file line number Diff line number Diff line change 5656def home (request ):
5757 if (request .user and not request .user .is_anonymous ):
5858 return redirect (reverse ('profile' ))
59- return render (request , 'home.html' , {
60- 'ftl_bundle' : main_bundle ,
61- })
59+ return render (request , 'home.html' )
6260
6361
6462def faq (request ):
You can’t perform that action at this time.
0 commit comments