diff --git a/eosweb/core/settings.py b/eosweb/core/settings.py index 112752e..e4e4e0f 100644 --- a/eosweb/core/settings.py +++ b/eosweb/core/settings.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +ORG_NAME = 'FIXME' + BASE_URI = 'http://localhost:5000' MONGO_URI = 'mongodb://localhost:27017/' diff --git a/eosweb/core/templates/base.html b/eosweb/core/templates/base.html index e4ef317..f2b2d4d 100644 --- a/eosweb/core/templates/base.html +++ b/eosweb/core/templates/base.html @@ -25,7 +25,8 @@ {% block basecontent %}