Browse Source

Hide dashboard link on pre-qualification questions

pull/160/head
Mike Olund 8 years ago
parent
commit
a9f2981e81
2 changed files with 6 additions and 3 deletions
  1. +5
    -2
      edivorce/apps/core/templates/base.html
  2. +1
    -1
      edivorce/apps/core/templates/prequalification/step_01.html

+ 5
- 2
edivorce/apps/core/templates/base.html View File

@ -57,8 +57,11 @@
<div class="container-fluid">
<div class="row">
<div class="col-md-5">
<div class="mid_banner-dash"><a href="{% url 'overview' %}"><i class="fa fa-arrow-circle-o-left" aria-hidden="true"></i>Back to Dashboard</a>
</div>
{% if request.bceid_user.is_authenticated %}
<div class="mid_banner-dash"><a href="{% url 'overview' %}">
<i class="fa fa-arrow-circle-o-left" aria-hidden="true"></i>Back to Dashboard</a>
</div>
{% endif %}
</div>
<div class="col-md-7">
<div class="more_information-link">


+ 1
- 1
edivorce/apps/core/templates/prequalification/step_01.html View File

@ -10,8 +10,8 @@
<p>Let's start off with a few questions about your situation to make sure that this online divorce tool can
work for you.</p>
<h3>Are you</h3>
<div class="question-well">
<h3>Are you</h3>
<div class="radio"><label>
{% input_field type="radio" name="married_marriage_like" value="Legally married" %}
Legally married<i class="fa fa-question-circle" data-toggle="tooltip" data-placement="right"


Loading…
Cancel
Save