refactor: moved courses/*/index pages to batch/*
This commit is contained in:
14
community/www/batch/schedule.html
Normal file
14
community/www/batch/schedule.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "templates/base.html" %}
|
||||
{% from "www/macros/sidebar.html" import Sidebar %}
|
||||
{% block title %}Schedule{% endblock %}
|
||||
{% block head_include %}
|
||||
<meta name="description" content="Courses" />
|
||||
<meta name="keywords" content="" />
|
||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ Sidebar(course, batch) }}
|
||||
<div class="container">
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user