Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Add pre escapes to failure messages
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Apr 21, 2015
1 parent 0d35f0c commit 04dfcec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
</pre>
<p>
{{ number_failed }} of grades failed to transfer
</p>
Expand All @@ -8,3 +9,4 @@
</li>
{% endfor %}
</ul>
<pre>
14 changes: 14 additions & 0 deletions requirements.txt.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--index-url https://pypi.python.org/simple/
<<<<<<< HEAD
flask==0.10.1
flask-log==0.1.0
passlib==1.6.2
pylmod==0.1.0
PyYAML==3.11
uwsgi==2.0.10

=======

-e git+https://github.com/mitodl/pylmod.git#egg=pylmod
>>>>>>> Use proper multipart form type for ``datafile`` field in form
-e .

0 comments on commit 04dfcec

Please sign in to comment.