Browse Source

Removed junk from repo's Detached Head

Ralfp 12 years ago
parent
commit
8ce6f7b9e0
1 changed files with 2 additions and 6 deletions
  1. 2 6
      templates/sora/profiles/follows.html

+ 2 - 6
templates/sora/profiles/follows.html

@@ -48,12 +48,8 @@
 <div class="list-nav">
 <div class="list-nav">
   {{ pager() }}
   {{ pager() }}
 </div>
 </div>
-{% else %}
-<<<<<<< HEAD
-<p class="lead">{% trans username=profile.username %}{{ username }} follows nobody  at this time{% endtrans %}</p>
-=======
-<p class="lead">{% trans username=profile.username %}{{ username }} follows nobody at this time{% endtrans %}</p>
->>>>>>> 28e12a6695789c8465b62ee3c14f027a7fec05a3
+{% else %}
+<p class="lead">{% trans username=profile.username %}{{ username }} follows nobody at this time{% endtrans %}</p>
 {% endif %}
 {% endif %}
 {% endblock %}
 {% endblock %}