Browse Source

Unused, removing.

pull/340/head
Pēteris Caune 5 years ago
parent
commit
db9593c571
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      hc/front/views.py

+ 0
- 1
hc/front/views.py View File

@ -283,7 +283,6 @@ def serve_doc(request, doc="introduction"):
"SITE_ROOT": settings.SITE_ROOT,
"PING_ENDPOINT": settings.PING_ENDPOINT,
"IMG_URL": os.path.join(settings.STATIC_URL, "img/docs"),
"PING_EMAIL": "your-uuid-here@%s" % settings.PING_EMAIL_DOMAIN,
}
content = open(path, "r", encoding="utf-8").read()


Loading…
Cancel
Save