Uploading files
This commit is contained in:
7
no_templates/future_time.html
Normal file
7
no_templates/future_time.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Future time{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>In {{ offset }} hours, it will be {{ future_time }}.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user