diff --git a/README.txt b/README.txt index 23fb17a3..fce1f681 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,10 @@ billwatcher README ================== +The Billwatcher site is hosted at + +http://billwatcher.sinarproject.org + Getting Started --------------- diff --git a/billwatcher/templates/about.html b/billwatcher/templates/about.html index d7335ece..443a427e 100644 --- a/billwatcher/templates/about.html +++ b/billwatcher/templates/about.html @@ -12,7 +12,7 @@

Who We Are

- + Sinar Project

We are a group of concerned Citizen that hope to see more transparency in govt.


@@ -25,7 +25,7 @@

Contacts


This is an open source project

-

Our Code is in github you can help us by fork and contribute code, or report bug to us.

+

Our source code is on GitHub, you can help us by forking and contributing codes or reporting bugs to us.

diff --git a/billwatcher/templates/bill/detail.html b/billwatcher/templates/bill/detail.html index c0587bea..81b061db 100644 --- a/billwatcher/templates/bill/detail.html +++ b/billwatcher/templates/bill/detail.html @@ -1,5 +1,11 @@ {% extends "template.html" %} {% block title %}{{bill['name']}} - {{bill['description']}}{% endblock %} +{% block ogp %} + + + + +{% endblock %} {% block css %}