~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/main/pages/oneliner_comment.html

  • Committer: Janos Gyerik
  • Date: 2012-03-04 14:26:04 UTC
  • Revision ID: janos@axiom-20120304142604-e0sokgf87l0ruqbi
input.btn and a.btn looked strange on the same line, so changed to button.btn where necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    
36
36
    <div class="form-actions">
37
37
        {% include 'main/elements/please_login.html' %}
38
 
        <input class="btn btn-primary" type="submit" name="submit" value="Post"/>
39
 
        <a class="btn" href="{{ next_url }}">Cancel</a>
 
38
        <button class="btn btn-primary" type="submit" name="submit" value="Post">Post</button>
 
39
        <button class="btn"><a href="{{ next_url }}">Cancel</a></button>
40
40
    </div>
41
41
</form>
42
42