Skip to content

Commit

Permalink
made missing pearson feature hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
justinjohnymathew committed Aug 13, 2019
1 parent 7000d58 commit 52a0ef5
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions mainapp/templates/mainapp/missing_and_finding_persons.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,36 @@ <h3 class="text-center">
Report Missing Persons And Finding Persons. <br /> വ്യക്തിയെ തിരയുക | കാണാതായ വ്യക്തികളെ റിപ്പോർട്ട് ചെയ്യുക.
</h3>
<h6 class="text-center">
Kindly use search person facility before reporting a missing case.
Kindly use search person facility before reporting a missing case.
</h6>

<div class="container text-center">
<a href="{%url 'find_people' %}" class="home-button card" role="button">
{% bootstrap_icon "user" %}
<span class="text text-center">
Person Finder<br/>
വ്യക്തിയെ തിരയുക
<span class="ml small"></span>
</span>
</a>
<a href="{%url 'missing_persons' %}" class="home-button card" role="button">
<a href="{%url 'find_people' %}" class="home-button card" role="button">
{% bootstrap_icon "user" %}
<span class="text text-center">
Person Finder<br />
വ്യക്തിയെ തിരയുക
<span class="ml small"></span>
</span>
</a>
<!-- <a href="{%url 'missing_persons' %}" class="home-button card" role="button">
{% bootstrap_icon "user" %}
<span class="text text-center">
Missing Persons<br/>
കാണാതായ വ്യക്തികളെ റിപ്പോർട്ട് ചെയ്യുക
<span class="ml small"></span>
</span>
</a>
</a> _-->


<p class="home-info">
Contact Control Room or Disaster Management Cell or District Administration for any support.<br>
Volunteers may contact District Project Managers for support related to volunteering and contributions<br>
<br/>
സഹായത്തിനായി വൊളന്‍റീയര്‍മാര്‍ തയ്യാറാണ്. സഹായം ആവശ്യമെങ്കില്‍ ഒരോ ജില്ലയിലെയും നിയോഗിക്കപെട്ട ഉദ്യോഗസ്ഥരുമായി ബന്ധപ്പെടാം
</p>
<p class="home-info">
Contact Control Room or Disaster Management Cell or District Administration for any support.<br>
Volunteers may contact District Project Managers for support related to volunteering and contributions<br>
<br />
സഹായത്തിനായി വൊളന്‍റീയര്‍മാര്‍ തയ്യാറാണ്. സഹായം ആവശ്യമെങ്കില്‍ ഒരോ ജില്ലയിലെയും നിയോഗിക്കപെട്ട ഉദ്യോഗസ്ഥരുമായി
ബന്ധപ്പെടാം
</p>
</div>


{% endblock %}
{% endblock %}

0 comments on commit 52a0ef5

Please sign in to comment.