Changeset - 7987eb70afd6
[Not reviewed]
Dennis Fink - 9 years ago 2015-10-21 23:49:29
dennis.fink@c3l.lu
Remove unused code
2 files changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/about.html
Show inline comments
 
@@ -3,12 +3,6 @@
 
{% set title = "Who we are" %}
 

	
 
{% block content %}
 
    <!--
 
    <div class="col-md-4 text-center">
 
      <img class="img-rounded" alt="WhoIs" src="{{ url_for('static', filename='images/WhoIs.png') }}" width="160" height="189"></img>
 
      <h3>Who we are</h3>
 
      </div> -->
 

	
 
  <div class="col-md-offset-1 col-md-11">
 
    <h2>Who we are</h2>
 
    <h3>Organization</h3>
ennstatus/templates/root/abuse.html
Show inline comments
 
@@ -3,10 +3,6 @@
 
{% set title = "Abuse" %}
 

	
 
{% block content %}
 
  <!-- <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/Abuse.png') }}" class="img-rounded" alt="FVDE_Logo_LQ" width="160"></img>
 
    <h2>Report Abuse!</h2>
 
  </div> -->
 
  <div class="col-md-offset-1 col-md-11">
 
    <h2>Abuse handling</h2>
 
    <p class="lead">We take our mission very seriously and carefully examine abuse cases.</p>
0 comments (0 inline, 0 general)