peterhudec/authomatic

View on GitHub
examples/django/example/example/templates/home.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <title></title>
</head>
<body>
  <h1>Authomatic + Django Examples</h1>
  <a href="{% url 'simple:home' %}">Simple example</a>
</body>
</html>