Skip to content

Commit

Permalink
Reuse the existing join text on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Sep 13, 2019
1 parent 87be52f commit 87fdab8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/v2/public/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
.flex-1
.bg-light1.p-home
.text-3xl.font-bold.leading-tight.text-center
Join U-Report by texting "JOIN" to 24453. You can make a difference today.
-if org|config:"join_text"
{{ org|config:"join_text" }}
-else
- trans "Join U-Report, Your voice matters."

.mt-8.text-center
%a.btn.bg-black.text-white(href="{% url 'v2.public.join' %}")
Expand Down

0 comments on commit 87fdab8

Please sign in to comment.