Skip to content

Commit

Permalink
Reminder for myself: do not use reformat on HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDerval committed Jun 29, 2015
1 parent 005c069 commit 2f3d4c9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions frontend/templates/tasks/box_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
$# GNU Affero General Public License for more details.
$#
$# You should have received a copy of the GNU Affero General Public
$# License along with INGInious. If not, see
<http://www.gnu.org/licenses/>.
$# License along with INGInious. If not, see <http://www.gnu.org/licenses/>.

$def sizeof_fmt(num):
$ num=float(num)
Expand Down
3 changes: 1 addition & 2 deletions frontend/templates/tasks/box_input.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
$# GNU Affero General Public License for more details.
$#
$# You should have received a copy of the GNU Affero General Public
$# License along with INGInious. If not, see
<http://www.gnu.org/licenses/>.
$# License along with INGInious. If not, see <http://www.gnu.org/licenses/>.

<input
$if type== "text":
Expand Down
3 changes: 1 addition & 2 deletions frontend/templates/tasks/box_multiline.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
$# GNU Affero General Public License for more details.
$#
$# You should have received a copy of the GNU Affero General Public
$# License along with INGInious. If not, see
<http://www.gnu.org/licenses/>.
$# License along with INGInious. If not, see <http://www.gnu.org/licenses/>.

<textarea name="$inputId" class="code-editor form-control" data-x-language="$language" data-x-lines="$lines"></textarea>
3 changes: 1 addition & 2 deletions frontend/templates/tasks/box_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
$# GNU Affero General Public License for more details.
$#
$# You should have received a copy of the GNU Affero General Public
$# License along with INGInious. If not, see
<http://www.gnu.org/licenses/>.
$# License along with INGInious. If not, see <http://www.gnu.org/licenses/>.

$:text
3 changes: 1 addition & 2 deletions frontend/templates/tasks/match.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
$# GNU Affero General Public License for more details.
$#
$# You should have received a copy of the GNU Affero General Public
$# License along with INGInious. If not, see
<http://www.gnu.org/licenses/>.
$# License along with INGInious. If not, see <http://www.gnu.org/licenses/>.

<input type="text" name="$inputId" value="" class="monospace form-control"/>
3 changes: 1 addition & 2 deletions frontend/templates/tasks/multiplechoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
$# GNU Affero General Public License for more details.
$#
$# You should have received a copy of the GNU Affero General Public
$# License along with INGInious. If not, see
<http://www.gnu.org/licenses/>.
$# License along with INGInious. If not, see <http://www.gnu.org/licenses/>.

$for choice in choices:
$if checkbox:
Expand Down

0 comments on commit 2f3d4c9

Please sign in to comment.