Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {% extends "baseWidgetEditor.html" %}
  2.  
  3. {% block modalClass %}
  4.   {{ super() }} apos-comments-editor
  5. {% endblock%}
  6.  
  7. {% block modalLabel %}
  8.   {{ __('Select Twitter Feed') }}
  9. {% endblock %}
  10.  
  11. {% block modalInstructions %}
  12.   <p>{{ __('Add a username and then filter tweets within that account by hashtag, if desired.') }}</p>
  13. {% endblock %}
  14.  
  15. {% block formBody %}
  16. <fieldset class="apos-fieldset apos-fieldset-text">
  17.   Hello World2
  18. </fieldset>
  19.  
  20. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement