fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed file upload.
[redakcja.git]
/
project
/
templates
/
explorer
/
split_success.html
diff --git
a/project/templates/explorer/split_success.html
b/project/templates/explorer/split_success.html
index
69c19c3
..
4f3a57b
100755
(executable)
--- a/
project/templates/explorer/split_success.html
+++ b/
project/templates/explorer/split_success.html
@@
-1,3
+1,3
@@
<p>Split successful. You can edit the new part here:
\r
<p>Split successful. You can edit the new part here:
\r
-<a href="{% url editor_view cfileid %}">{% url editor_view cfileid %}</a></p>
\r
+<a href="{% url editor_view cfileid %}"
target="_new"
>{% url editor_view cfileid %}</a></p>
\r
<p><button type="button" id="split-dialog-button-dismiss">Close</button></p>
\ No newline at end of file
<p><button type="button" id="split-dialog-button-dismiss">Close</button></p>
\ No newline at end of file