display fork domains
[phorkie.git] / data / templates / edit-file.htm
index db0b2c5f571d422173f61c9048c2480bd0abc438..85633fa81904f31dca9b8ec42af9e2b35882542c 100644 (file)
@@ -2,7 +2,7 @@
   {% if not file or file.isText %}
   <textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea>
   {% else %}
-  <p style="text-align: center">
+  <p style="text-align: center" class="alert alert-warning">
    Binary files cannot be edited.
   </p>
   {% endif %}