Added blocktime generation
Also refactored the "base" template stuff - really should've done that in a separate commit
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
{% extends "base" %}
|
||||
{% block content %}
|
||||
If you're seeing this, it probably worked. Go back <a href="/">here</a> to check.
|
||||
</body>
|
||||
</html>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user