forked from sclorg/django-ex
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DIV-682 - Copy new "Get Help", "Acknowledgements" and "Joint-only" to…
… non-Children branch
- Loading branch information
Showing
12 changed files
with
154 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
|
||
{% block title %}{{ block.super }}: Acknowledgements{% endblock %} | ||
|
||
{% block content %} | ||
<h1>Acknowledgements</h1> | ||
|
||
<p> | ||
We would like to thank all those who so generously donated their time to create this new service. The care and | ||
consideration demonstrated by our contributors, consultants and testers was a testament to the passion each and | ||
everyone had for helping the citizens of our province. | ||
</p> | ||
<div class="row text-center"> | ||
<div class="col-lg-6"> | ||
<img src="{% static 'img/logo-legal-services.png' %}" /> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{% static 'img/logo-jacs.jpg' %}" /> | ||
</div> | ||
</div> | ||
<div class="row text-center"> | ||
<div class="col-lg-6"> | ||
<img src="{% static 'img/logo-clbc.png' %}" /> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{% static 'img/logo-law-courts.png' %}" /> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
{% endblock %} | ||
|
||
{% block formbuttons %} | ||
<!-- no formbuttons --> | ||
{% endblock %} | ||
|
||
{% block sidebarNav %} | ||
<!-- no sidebar --> | ||
{% endblock %} | ||
{% block sidebar %} | ||
<!-- no sidebar --> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters