Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
723519ee
Commit
723519ee
authored
Aug 22, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed wiki/settings.html so the default one will be used.
parent
a285d1a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
52 deletions
+0
-52
lms/templates/wiki/settings.html
+0
-52
No files found.
lms/templates/wiki/settings.html
deleted
100644 → 0
View file @
a285d1a6
{% extends "wiki/base.html" %}
{% load wiki_tags i18n %}
{% load url from future %}
{% block pagetitle %}{% trans "Settings" %}: {{ article.current_revision.title }}{% endblock %}
{% block wiki_breadcrumbs %}
{% include "wiki/includes/breadcrumbs.html" %}
{% endblock %}
{% block wiki_contents %}
<div
class=
"article-wrapper"
>
<article
class=
"main-article"
>
{% if selected_tab != "edit" %}
<h1>
{{ article.current_revision.title }}
</h1>
{% endif %}
{% for form in forms %}
<form
method=
"POST"
class=
"form-horizontal"
id=
"settings_form"
action=
"?f={{form.action}}"
>
<h2>
{{ form.settings_form_headline }}
</h2>
<div
class=
"well"
>
{% wiki_form form %}
</div>
<div
class=
"form-actions"
>
<button
type=
"submit"
name=
"save"
value=
"1"
class=
"btn btn-large btn-primary"
>
<span
class=
"icon-ok"
></span>
{% trans "Save changes" %}
</button>
</div>
</form>
{% endfor %}
</article>
<div
class=
"article-functions"
>
<div
class=
"timestamp"
>
<span
class=
"label"
>
{% trans "Last modified:" %}
</span><br
/>
<span
class=
"date"
>
{{ article.current_revision.modified }}
</span>
</div>
<ul
class=
"nav nav-tabs"
>
{% with "settings" as selected %}
{% include "wiki/includes/article_menu.html" %}
{% endwith %}
</ul>
</div>
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment