Skip to content

Commit

Permalink
chore: add text to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 15, 2021
1 parent 8d4e671 commit 44d3921
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pepfar_mle/templates/pages/about.html
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{% extends "base.html" %}
{% extends "base.html" %} {% block title %}About{% endblock %} {% block pagetitle %}{% endblock pagetitle %}{% block content %}
<h1>About this system</h1>
<p class="text-gray-500 mb-0">
This is a centralized reporting database, created to meet the reporting needs of PEPFAR supported HI/AIDS care delivery programs.
</p>
<a href="{% url 'home' %}">&larr; Back to Dashboard</a> {% endblock content %}

0 comments on commit 44d3921

Please sign in to comment.