mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Removed Twitter button.
This commit is contained in:
parent
d6adff489c
commit
1047be02b5
1 changed files with 0 additions and 6 deletions
|
@ -35,12 +35,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-actions">
|
||||
{% if is_new %}
|
||||
<div class="twitter-follow-button-container">
|
||||
<a href="https://twitter.com/bartTC" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @bartTC</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
</div>
|
||||
{% endif %}
|
||||
<input tabindex="0" type="submit"class="btn btn-primary" value="{% trans "Paste it" %}">
|
||||
<span class="shortcut">⌘+⏎ or Ctrl+⏎</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue