You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
575 B
11 lines
575 B
{% extends "templates/lilcity/index.html" %} {% load static %}
|
|
|
|
{% block title %}School LIL.CITY{% endblock title %}
|
|
{% block content %}
|
|
{{ request.user.auth_token }}
|
|
<course-redactor author-picture="http://localhost:8000/static/img/user.jpg" author-name="Vitaly Baev" access-token="1fac76972542b0f6492076e45e4b8cb39b5c422a" :course-id="71"></course-redactor>
|
|
{% endblock content %}
|
|
{% block foot %}
|
|
<script type="text/javascript" src={% static "courseRedactor.js" %}></script>
|
|
<link rel="stylesheet" href={% static "courseRedactor.css" %}></link>
|
|
{% endblock foot %} |